nashorn/test/script/basic/applycall.js.EXPECTED
author attila
Mon, 20 May 2013 21:25:14 +0200
changeset 17758 2b056941e4dd
parent 16147 e63b63819133
permissions -rw-r--r--
8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively. Reviewed-by: jlaskey, sundar

function call() { [native code] }
func.call.length = 1
hello, 
world
hello, 
world
hello, 
world
invokedynamic
 is great!
func.apply.length = 2
I am func2
undefined
undefined