Source code

Revision control

Copy as Markdown

Other Tools

/* -*- indent-tabs-mode: nil; js-indent-level: 4 -*- */
/*
* Any copyright is dedicated to the Public Domain.
*/
function test(arg) {
eval(arg);
{
function arguments() { return 1; }
}
return arguments;
}
reportCompare("function", typeof test("42"), "function sub-statement must override arguments");