nashorn/test/script/basic/exprclosure.js.EXPECTED
author attila
Mon, 20 May 2013 21:25:14 +0200 (2013-05-20)
changeset 17758 2b056941e4dd
parent 16147 e63b63819133
child 24719 f726e9d67629
permissions -rw-r--r--
8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively. Reviewed-by: jlaskey, sundar
function(x) x*x;
625
function fun(x) x * (x + 1) / 2;
55