Home | History | Annotate | Download | only in src

Lines Matching refs:Finally

236   // The try block of a try/finally statement.
250 // The finally block of a try/finally statement.
251 class Finally : public NestedStatement {
255 explicit Finally(FullCodeGenerator* codegen) : NestedStatement(codegen) { }
256 virtual ~Finally() {}
470 // like try/catch, try/finally, etc, running the finallies and unwinding the