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

Wed, 04 Jun 2014 16:39:04 +0530

author
sundar
date
Wed, 04 Jun 2014 16:39:04 +0530
changeset 867
85ad3ce0796f
parent 758
6d0808f127bd
child 952
6d5471a497fb
permissions
-rw-r--r--

8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
Reviewed-by: attila, lagergren, hannesw

     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 74
    16 try 6
    17 finally 6

mercurial