blob: 69a125b9c6efe3f20bfbf1197d83f6c5c2461f52 [file] [log] [blame]
for (p in this) {
delete p;
}
for (p in this) {}
evaluate("for(var i=0; i<50; i++) p = 1");
assertEq(p, 1);