author | stefank |
Mon, 18 Aug 2014 13:55:29 +0200 | |
changeset 25988 | c75f62affad8 |
parent 24778 | 2ff5d7041566 |
permissions | -rw-r--r-- |
16147 | 1 |
10 20 |
2 |
10 undefined |
|
3 |
10 20 |
|
4 |
10,20 |
|
24778
2ff5d7041566
8044638: Tidy up Nashorn codebase for code standards
attila
parents:
16147
diff
changeset
|
5 |
function test4(a, b){ |
2ff5d7041566
8044638: Tidy up Nashorn codebase for code standards
attila
parents:
16147
diff
changeset
|
6 |
print(arguments[0] + "," + arguments[1]); |
16147 | 7 |
print(arguments.callee); |
8 |
} |