comparison: js/src/jit-test/tests/basic/bug510437.js
js/src/jit-test/tests/basic/bug510437.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // Don't crash or assert. |
|
2 |
|
3 var d; |
|
4 this.watch("d", eval); |
|
5 (function () { |
|
6 (eval("\ |
|
7 (function () {\ |
|
8 for (let x = 0; x < 2; ++x) {\ |
|
9 d = x\ |
|
10 }\ |
|
11 })\ |
|
12 "))() |
|
13 })() |