comparison: js/src/jit-test/tests/basic/bug510642.js
js/src/jit-test/tests/basic/bug510642.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // Don't crash or assert. |
|
2 |
|
3 (function () { |
|
4 var x; |
|
5 (eval("\ |
|
6 (function () {\ |
|
7 for (y in [0, 0]) let(a)((function () {\ |
|
8 for (w in [0, 0])\ |
|
9 x = 0\ |
|
10 })());\ |
|
11 with({}) {}\ |
|
12 })\ |
|
13 "))() |
|
14 })() |