comparison: js/src/jit-test/tests/basic/bug618577.js
js/src/jit-test/tests/basic/bug618577.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 var x = new Uint32Array(); |
|
2 for (var i = 0; i < 100; i++) |
|
3 x[77] = x[77]; |
|
4 |
|
5 // Don't assert. |