comparison: js/src/jit-test/tests/closures/bug540243.js
js/src/jit-test/tests/closures/bug540243.js
- changeset 0
- 6474c204b198
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 "))()); |