blob: b6778164b169edf7cb570a07c966119777fe53d3 [file] [log] [blame]
s = newGlobal()
evalcx("\
x = new Uint8ClampedArray;\
x.__proto__ = [];\
", s);
evalcx("\
x[0]\
", s);