nashorn/test/script/basic/closure.js.EXPECTED
author attila
Wed, 15 May 2013 20:21:59 +0200
changeset 17750 eeab213edaa6
parent 16147 e63b63819133
child 24778 2ff5d7041566
permissions -rw-r--r--
8014647: Allow class-based overrides to be initialized with a ScriptFunction Reviewed-by: hannesw, jlaskey, sundar

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