nashorn/test/script/basic/applycall.js.EXPECTED
author sundar
Thu, 10 Oct 2013 21:43:35 +0200
changeset 20934 9cbbf2065cd1
parent 16147 e63b63819133
permissions -rw-r--r--
8026264: Getter, setter function name mangling issues Reviewed-by: lagergren, jlaskey

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