Sign in
webkit
/
WebKit
/
34f5efbbe2903324708c7d6f83220e30b3f6ddd8
/
.
/
JSTests
/
stress
/
bigint-typed-array-lastIndexOf-exception-check.js
blob: 9a595106a61000e53bf1536bdf66f6d9a188faa3 [
file
] [
log
] [
blame
]
//@ runDefault
new
BigInt64Array
().
lastIndexOf
(
0n
,
{
valueOf
:
()
=>
-
1
});