bug1481032.js (79B)
1 x = []; 2 x[6] = 0; 3 Object.preventExtensions(x); 4 5 // Don't assert. 6 x.length = 1;