Home | History | Annotate | Download | only in src

Lines Matching defs:Finally

253   // The try block of a try/finally statement.
267 // The finally block of a try/finally statement.
268 class Finally : public NestedStatement {
272 explicit Finally(FullCodeGenerator* codegen) : NestedStatement(codegen) { }
273 virtual ~Finally() {}
477 // like try/catch, try/finally, etc, running the finallies and unwinding the