nashorn/test/script/basic/applycall.js.EXPECTED
author lana
Thu, 21 May 2015 16:20:20 -0700 (2015-05-21)
changeset 30692 1286226d1236
parent 16147 e63b63819133
permissions -rw-r--r--
Merge
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