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