js/src/jit-test/tests/jaeger/bug585391.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:baf8a7f21ad7
1 var x = (function () {
2 return [, , ]
3 }());
4 (function () {
5 while (x > 7 & 0) {
6 return
7 }
8 }())
9
10 /* Don't assert. */
11

mercurial