nashorn/test/script/basic/applycall.js.EXPECTED
author mhaupt
Wed, 07 Oct 2015 15:02:15 +0200
changeset 32940 948664bf9708
parent 16147 e63b63819133
permissions -rw-r--r--
8139047: add test for JSAdapter __getIds__ Reviewed-by: hannesw, 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