bug914341.js (95B)
1 function f() { 2 assertEq(typeof eval("this"), "object"); 3 } 4 for (var i=0; i<5; i++) 5 f();