comparison: js/src/jit-test/tests/ion/bug980119.js
js/src/jit-test/tests/ion/bug980119.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 s = newGlobal() |
|
3 evalcx("\ |
|
4 x = new Uint8ClampedArray;\ |
|
5 x.__proto__ = [];\ |
|
6 ", s); |
|
7 evalcx("\ |
|
8 x[0]\ |
|
9 ", s); |