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();
}