Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
suppress-TerminationException-in-HashMapImpl-rehash.js
blob: 38f4fab6be58ab83f6d38153b0ae2eeb36ea0cb5 [
file
] [
edit
]
//@ runDefault("--watchdog=100", "--watchdog-exception-ok")
for
(
let i
=
0
;
i
<
1000
;
i
++)
{
new
Set
(
'abcdefghijklmnopqrstuvwxyz'
);
}