test/script/basic/funcconstructor.js.EXPECTED

Wed, 15 May 2013 20:21:59 +0200

author
attila
date
Wed, 15 May 2013 20:21:59 +0200
changeset 270
19e9cd9c7010
parent 3
da1e581c933b
child 316
295c91f5fdde
permissions
-rw-r--r--

8014647: Allow class-based overrides to be initialized with a ScriptFunction
Reviewed-by: hannesw, jlaskey, sundar

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

mercurial