Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
JSTests
/
stress
/
watchdog-fire-while-in-forEachInIterable.js
blob: a8a2374e9d6d6f2f66a355ba3f8f42577044bfc6 [
file
] [
log
] [
blame
]
//@ runDefault("--watchdog=100", "--watchdog-exception-ok")
const
a
=
[];
a
[
2
**
32
-
2
]
=
0
;
new
Uint8Array
(
a
);