Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
JSTests
/
stress
/
has-indexed-property-with-worsening-array-mode.js
blob: cff3585894e12ff28edaebea8bc995f2a556cc2e [
file
] [
log
] [
blame
]
//@ requireOptions("--watchdog=1000", "--watchdog-exception-ok")
// This test only seems to reproduce the issue when it runs in an infinite loop. So we use the watchdog to time it out.
for
(
let x in
[
0
])
{
break
}
while
(
1
);