test/script/basic/funcconstructor.js.EXPECTED

Wed, 18 Jun 2014 12:35:42 -0700

author
katleman
date
Wed, 18 Jun 2014 12:35:42 -0700
changeset 863
6e9c4e34bc61
parent 316
295c91f5fdde
child 952
6d5471a497fb
permissions
-rw-r--r--

Added tag jdk8u20-b19 for changeset b047df215de4

     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