Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
view test/script/basic/funcconstructor.js.EXPECTED @ 2:da1e581c933b
8005403: Open-source Nashorn
Reviewed-by: attila, hannesw, lagergren, sundar
Contributed-by: james.laskey@oracle.com, akhil.arora@oracle.com, andreas.woess@jku.at, attila.szegedi@oracle.com, hannes.wallnoefer@oracle.com, henry.jen@oracle.com, marcus.lagergren@oracle.com, pavel.semenov@oracle.com, pavel.stepanov@oracle.com, petr.hejl@oracle.com, petr.pisl@oracle.com, sundararajan.athijegannathan@oracle.com
author | jlaskey |
---|---|
date | Fri, 21 Dec 2012 16:36:24 -0400 |
parents | |
children | 295c91f5fdde |
line wrap: on
line source
anon func 225 function (x) { print('anon func'); return x*x; } syntax error? true SyntaxError: <function>:2:13 Missing close quote print('hello) ^ done