comparison: js/src/jit-test/tests/ion/bug980119.js
js/src/jit-test/tests/ion/bug980119.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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); |