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