blob: 2f0bb3174d099ec37f265636323b99f1bb64ee45 [file] [log] [blame]
function f() {
assertEq(typeof eval("this"), "object");
}
for (var i=0; i<5; i++)
f();