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

branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
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