test/script/basic/eval.js.EXPECTED

Thu, 16 Jan 2014 22:50:53 +0530

author
sundar
date
Thu, 16 Jan 2014 22:50:53 +0530
changeset 759
33a61e7f43e6
parent 606
7cc5ff16380f
child 952
6d5471a497fb
permissions
-rw-r--r--

8032004: instance property "message" of Error objects should be non-enumerable
Reviewed-by: hannesw, jlaskey

     1 eval.length 1
     2 100
     3 1100
     4 200
     5 2200
     6 100
     7 2200
     8 300
     9 3300
    10 100
    11 3300
    12 is syntax error? true
    13 SyntaxError:69:Missing close quote
    14 print('hello)
    15              ^

mercurial