function test1() {
    var input = arguments[undefined];
}
function test2() {
    return arguments["length"];
}
test1();
test2();