Home | History | Annotate | Download | only in compiler

Lines Matching refs:TryFinallyStatement

145 //  - TryFinallyStatement: Intercepts 'break', 'continue', 'throw' and 'return'.
388 // Control scope implementation for a TryFinallyStatement.
1511 void AstGraphBuilder::VisitTryFinallyStatement(TryFinallyStatement* stmt) {