summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug980119.js
blob: b6778164b169edf7cb570a07c966119777fe53d3 (plain)
1
2
3
4
5
6
7
8
9
s = newGlobal()
evalcx("\
    x = new Uint8ClampedArray;\
    x.__proto__ = [];\
", s);
evalcx("\
    x[0]\
", s);