michael@0: function f() { michael@0: assertEq(typeof eval("this"), "object"); michael@0: } michael@0: for (var i=0; i<5; i++) michael@0: f();