js/src/jit-test/tests/ion/bug682210.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:74bceddcbf27
1 function test() {
2 for (var x = 1; x < 1; x++) {
3 for (var y=1; y < 1; y++) {
4 }
5 }
6 }
7 test();

mercurial