Sign in
webkit
/
WebKit
/
1a79bee400eb09e4e61992ad877612506d12b02d
/
.
/
JSTests
/
stress
/
typed-array-lastIndexOf-exception-check.js
blob: 33ab51bdc27085e4c08321138b982786cb0c82ae [
file
] [
log
] [
blame
]
//@ runDefault
new
Uint8Array
().
lastIndexOf
(
0
,
{
valueOf
:
()
=>
-
1
});