comparison: js/src/jit-test/tests/ion/bug682210.js
js/src/jit-test/tests/ion/bug682210.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function test() { |
|
2 for (var x = 1; x < 1; x++) { |
|
3 for (var y=1; y < 1; y++) { |
|
4 } |
|
5 } |
|
6 } |
|
7 test(); |