blob: e6b807f80de797bf5322c3cea6e8ead16ff6cbd3 [file] [log] [blame]
10 20
10 undefined
10 20
10,20
function test4(a, b){
print(arguments[0] + "," + arguments[1]);
print(arguments.callee);
}