nashorn/test/script/basic/closure.js.EXPECTED
author sogoel
Thu, 26 Jun 2014 15:30:21 -0700
changeset 25293 816d874c1261
parent 24778 2ff5d7041566
permissions -rw-r--r--
8047743: update com/sun/javadoc/testHref for unrecognized <action> Reviewed-by: jjg, ksrini

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