5ec014a881
Reviewed-by: lagergren, sundar
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
10 20
|
|
10 undefined
|
|
10 20
|
|
10,20
|
|
function test4(a, b){
|
|
print(arguments[0] + "," + arguments[1]);
|
|
print(arguments.callee);
|
|
}
|