michael@0: michael@0: s = newGlobal() michael@0: evalcx("\ michael@0: x = new Uint8ClampedArray;\ michael@0: x.__proto__ = [];\ michael@0: ", s); michael@0: evalcx("\ michael@0: x[0]\ michael@0: ", s);