blob: edba3fc974c353a8db2218019f92285d52ca4d46 [file] [log] [blame]
gcPreserveCode();
function test() {
for (var i=0; i<20; i++) {
arguments.x = {};
gc();
}
}
test();