bug-981289.js (115B)
1 gcPreserveCode(); 2 function test() { 3 for (var i=0; i<20; i++) { 4 arguments.x = {}; 5 gc(); 6 } 7 } 8 test();