test/script/basic/NASHORN-441.js.EXPECTED

Wed, 03 Jul 2013 15:46:03 +0200

author
lagergren
date
Wed, 03 Jul 2013 15:46:03 +0200
changeset 407
961cffae0828
parent 3
da1e581c933b
child 758
6d0808f127bd
permissions
-rw-r--r--

8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls
Reviewed-by: sundar, jlaskey

     1 try 1
     2 Error: try 1 thrown in line 33
     3 finally 1
     4 try 2
     5 finally 2
     6 Error: try 2 thrown in line 43
     7 try 3
     8 finally 3
     9 try 4
    10 Error: try 4 thrown in line 59
    11 finally 4
    12 try 5
    13 rethrow 5
    14 finally 5
    15 Error: try 5 thrown in line 71
    16 try 6
    17 finally 6

mercurial