bug819794.js (96B)
1 x = []; 2 x[2] = 1; 3 x.unshift(0); 4 x.unshift(0); 5 x.sort(function() { 6 return Math.abs(4) 7 })