1 2 3 4 5 6 7
x = []; Array.prototype.push.call(x, Uint8ClampedArray); (function() { x.length = 9; })(); Array.prototype.reverse.call(x);