nashorn/test/script/basic/exprclosure.js.EXPECTED
author hannesw
Sat, 02 Sep 2017 14:26:29 +0200
changeset 47205 6ddad446ba23
parent 24719 f726e9d67629
permissions -rw-r--r--
8169233: LengthNotWritableFilter extraElements.remove(index) has no effect Reviewed-by: sundar, jlaskey Contributed-by: priya.lakshmi.muthuswamy@oracle.com

function(x) x*x
625
function fun(x) x * (x + 1) / 2
55