Searched refs:TRY_SCOPE (Results 1 – 1 of 1) sorted by relevance
84 TRY_SCOPE, enumerator7672 case TRY_SCOPE: in drop_scope()8483 if (scope->se_type == TRY_SCOPE) in compile_continue()8598 try_scope = new_scope(cctx, TRY_SCOPE); in compile_try()8646 if (scope == NULL || scope->se_type != TRY_SCOPE) in compile_catch()8765 if (scope == NULL || scope->se_type != TRY_SCOPE) in compile_finally()8837 if (scope == NULL || scope->se_type != TRY_SCOPE) in compile_endtry()