js/src/jit-test/tests/jaeger/bug554580-5.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:3c6be222023d
1 (function() {
2 (function g(m, n) {
3 if (m = n) {
4 return eval("x=this")
5 }
6 g(m, 1)[[]]
7 })()
8 })()
9 Function("\
10 for (let b in [0]) {\
11 for (var k = 0; k < 6; ++k) {\
12 if (k == 1) {\
13 print(x)\
14 }\
15 }\
16 }\
17 ")()
18
19 /* Don't crash/assert. */
20

mercurial