bug1954419.js (98B)
1 function foo(...rest) { 2 rest[3] = 0; 3 } 4 5 with ({}) {} 6 for (var i = 0; i < 500; i++) { 7 foo(); 8 }