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