Lines Matching full:finally
34 } @finally {
78 // Test that the cleanup destination is saved when entering a finally
97 } @finally {
105 } @finally {
111 // duplicating the finally block.
141 // The finally cleanup has two threaded entrypoints after optimization:
143 // finally.no-call-exit: Predecessor is when the catch throws.
149 // finally.call-exit: Predecessors are the @try and @catch fallthroughs
166 // -> next, finally.no-call-exit
168 // -> finally.call-exit, match
173 // -> finally.call-exit
175 } @finally {