comparison: js/src/jit-test/tests/closures/bug540243.js
js/src/jit-test/tests/closures/bug540243.js
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 for (a in (eval("\ |
|
2 (function() {\ |
|
3 return function() {\ |
|
4 yield ((function() {\ |
|
5 return d\ |
|
6 })())\ |
|
7 } ();\ |
|
8 var d = []\ |
|
9 })\ |
|
10 "))()); |