Sign in
webkit
/
WebKit
/
7d815df5a5eb5a0a67d72260d5639681d50d7f66
/
.
/
JSTests
/
stress
/
string-equal-exception-check.js
blob: 6f56a69ca37e426ba5ab107cb858bf4adef492b7 [
file
] [
log
] [
blame
]
//@ runDefault("--forceEagerCompilation=true")
// This test should not crash.
[
0
,
1
].
forEach
(()=>{
[{},
1
,
2
].
forEach
(
x
=>
{
[
'xy'
].
indexOf
(
'xy_'
.
substring
(
0
,
2
));
});
});