1 2 3 4 5 6 7 8 9
s = newGlobal() evalcx("\ x = new Uint8ClampedArray;\ x.__proto__ = [];\ ", s); evalcx("\ x[0]\ ", s);