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