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

99
world
1
undefined
undefined
hello
Scoping OK
undefined
function() { print('moist and delicious!'); }
moist and delicious!
function() { print('sweet and crunchy!'); }
sweet and crunchy!