Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
test-for-of-cfg-simplication-exit-ok.js
blob: 89b22679c68481270b87762a02a51ff8fa6ee5ae [
file
] [
log
] [
blame
]
let z
=
{}
z
.
__proto__
=
[]
for
(
let i
=
0
;
i
<
1000000
;
i
++)
{
for
(
let x of
[
''
,
z
])
{
for
(
let y of x
)
{}
}
}