js/src/jit-test/tests/basic/testBug773927.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:acf3b00fba4d
1 function outer() {
2 (function() {x})
3 assertEq(((function() {return x}) for (x in [42])).next()(), "0");
4 var x;
5 }
6 outer();

mercurial