bug830045.js (83B)
1 Array.prototype[1] = 'y'; 2 var a = [0, (8)]; 3 for (var i in a) { 4 delete a[1]; 5 }