Sign in
webkit
/
WebKit
/
0262859ca3a360fd8ea90b94b5f9700667584084
/
.
/
JSTests
/
stress
/
big-int-prototype-proto.js
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
);