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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:81474c48f70b
1 function testForVarInWith(foo, foo) {
2 return eval("with ({}) { for (var x = 0; x < 5; x++); } (function() { return delete x; })");
3 }
4 f = testForVarInWith()();
5

mercurial