test/script/basic/funcconstructor.js.EXPECTED

Tue, 04 Jun 2013 22:31:48 +0530

author
sundar
date
Tue, 04 Jun 2013 22:31:48 +0530
changeset 321
c70f60578385
parent 316
295c91f5fdde
child 952
6d5471a497fb
permissions
-rw-r--r--

8015830: Javascript mapping of ScriptEngine bindings does not expose keys
Reviewed-by: jlaskey, lagergren

     1 anon func
     2 225
     3 function (x) {
     4 print('anon func'); return x*x;
     5 }
     6 syntax error? true
     7 SyntaxError: <function>:1:13 Missing close quote
     8 print('hello)
     9              ^
    10 done

mercurial