nashorn/test/script/basic/applycall.js.EXPECTED
author sundar
Tue, 12 Mar 2013 18:12:42 +0530
changeset 16522 d643e3ee819c
parent 16147 e63b63819133
permissions -rw-r--r--
8009757: Package access clean up and refactoring Reviewed-by: jlaskey, lagergren, attila

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