nashorn/test/script/basic/applycall.js.EXPECTED
author martin
Wed, 10 Dec 2014 09:23:00 -0800
changeset 28057 1a47ceecdba5
parent 16147 e63b63819133
permissions -rw-r--r--
8065804: JEP 171: Clarifications/corrections for fence intrinsics Reviewed-by: dholmes, shade, dl, psandoz

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