blob: a1ced3f5ec4453476255c445f9a07286aee77292 [file] [log] [blame]
var global = this;
function f() {
return eval("'use strict'; this;");
}
for (var j = 0; j < 5; ++j) {
assertEq(f(), global);
}