x = Array(4294967295);
x[1] = 0;
Array.prototype.shift.call(x);