js/src/jit-test/tests/ion/bug729902-1.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:d9140eb8cea3
1 var x = 2;
2 outer:
3 while (x == 10) {
4 while (x == 10) {
5 if (x < (null ))
6 continue outer;
7 while (x < 10) {
8 ((function() {}).abstract) = 0;
9 }
10 }
11 }

mercurial