blob: fd01dce56149873a1082cbd3b6a2a57447b3264e [file] [log] [blame]
function testForVarInWith(foo, foo) {
return eval("with ({}) { for (var x = 0; x < 5; x++); } (function() { return delete x; })");
}
f = testForVarInWith()();