Source code

Revision control

Copy as Markdown

Other Tools

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