Lines Matching refs:finally
34 } @finally {
78 // Test that the cleanup destination is saved when entering a finally
99 } @finally {
107 } @finally {
113 // duplicating the finally block.
144 // The finally cleanup has two threaded entrypoints after optimization:
146 // finally.no-call-exit: Predecessor is when the catch throws.
152 // finally.call-exit: Predecessors are the @try and @catch fallthroughs
169 // -> next, finally.no-call-exit
171 // -> finally.call-exit, match
176 // -> finally.call-exit
178 } @finally {