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

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
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