nashorn/test/script/basic/applycall.js.EXPECTED
author hannesw
Wed, 10 Apr 2013 14:08:00 +0200
changeset 16940 d5c597aa3d47
parent 16147 e63b63819133
permissions -rw-r--r--
8011756: Wrong characters supported in RegExp \c escape Reviewed-by: lagergren, attila

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