mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8 lines
130 B
Text
8 lines
130 B
Text
10 20
|
|
10 undefined
|
|
10 20
|
|
10,20
|
|
function test4(a, b){
|
|
print(arguments[0] + "," + arguments[1]);
|
|
print(arguments.callee);
|
|
}
|