nashorn/test/script/basic/applycall.js.EXPECTED
author attila
Wed, 28 Jan 2015 17:58:08 +0100
changeset 28690 78317797ab62
parent 16147 e63b63819133
permissions -rw-r--r--
8067139: Finally blocks inlined incorrectly Reviewed-by: hannesw, lagergren

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