Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
JSTests
/
stress
/
suppress-TerrminationException-in-ASSERT-in-HashMapImpl-addNormalized.js
blob: 84f85d139f50bc7542d4b116f2f028e9973e8168 [
file
] [
log
] [
blame
]
//@ runDefault("--watchdog=300", "--watchdog-exception-ok")
function
foo
()
{
let s
=
new
Set
();
gc
();
s
.
add
(
'1'
);
}
for
(
let i
=
0
;
i
<
1000
;
i
++)
{
foo
();
}