Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
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
);