Sign in
webkit
/
WebKit
/
1b81678032beedcf3558e4bb336b0fdff07d6a6a
/
.
/
JSTests
/
stress
/
big-int-constructor-prototype.js
blob: 9cd3dcdd44350001d010993d337d6b1637031809 [
file
] [
log
] [
blame
]
//@ runBigIntEnabled
function
assert
(
a
)
{
if
(!
a
)
throw
new
Error
(
"Bad assertion"
);
}
let proto
=
Object
.
getPrototypeOf
(
BigInt
);
assert
(
proto
===
Function
.
prototype
);