Home
last modified time | relevance | path

Searched refs:TRY_SCOPE (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c84 TRY_SCOPE, enumerator
7672 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()