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