mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
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);
|
|
}
|