blob: 816b26bfc6961d9e773a7344868682bd886d8a6b [file] [log] [blame]
function assert(a) {
if (!a)
throw new Error("Bad assertion");
}
let proto = Object.getPrototypeOf(BigInt.prototype);
assert(proto === Object.prototype);