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