author | sundar |
Wed, 06 May 2015 20:04:42 +0530 | |
changeset 30394 | 72a59e4dffea |
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 |
} |