comparison: js/src/jit-test/tests/closures/bug540133.js
js/src/jit-test/tests/closures/bug540133.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 (function() { |
|
2 var x; |
|
3 eval("for (x in (gc)()) for each(e in [0]) { print }") |
|
4 })() |