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