js/src/jit-test/tests/closures/bug540133.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:99cd312f0790
1 (function() {
2 var x;
3 eval("for (x in (gc)()) for each(e in [0]) { print }")
4 })()

mercurial