Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
suppress-TerminationException-in-HashMapImpl-rehash.js
blob: 38f4fab6be58ab83f6d38153b0ae2eeb36ea0cb5 [
file
] [
log
] [
blame
]
//@ runDefault("--watchdog=100", "--watchdog-exception-ok")
for
(
let i
=
0
;
i
<
1000
;
i
++)
{
new
Set
(
'abcdefghijklmnopqrstuvwxyz'
);
}