nashorn/test/script/basic/closure.js.EXPECTED
author attila
Wed, 04 Jun 2014 13:08:57 +0200
changeset 24778 2ff5d7041566
parent 16147 e63b63819133
permissions -rw-r--r--
8044638: Tidy up Nashorn codebase for code standards Reviewed-by: lagergren, sundar

10 20
10 undefined
10 20
10,20
function test4(a, b){
    print(arguments[0] + "," + arguments[1]);
    print(arguments.callee);
}