michael@0: for (p in this) { michael@0: delete p; michael@0: } michael@0: for (p in this) {} michael@0: evaluate("for(var i=0; i<50; i++) p = 1"); michael@0: assertEq(p, 1);