Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error: TypeError
function f() {
eval("(function() \n{\nfor(x in[])\n{}\n})");
("")()
}
f()