blob: f9421b11b9ffa9ccbc855f2fd88858a5c05659e1 [file] [log] [blame]
let x = {};
for (let i=0; i<1000; ++i) {
gc();
delete x["h" + 5];
}