Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h252 int try_catch; // position to jump to on throw member
H A Dvim9compile.c8675 if (isn->isn_arg.try.try_ref->try_catch == 0) in compile_catch()
8676 isn->isn_arg.try.try_ref->try_catch = instr->ga_len; in compile_catch()
8802 if (isn->isn_arg.try.try_ref->try_catch == 0) in compile_finally()
8803 isn->isn_arg.try.try_ref->try_catch = this_instr; in compile_finally()
8853 if (try_isn->isn_arg.try.try_ref->try_catch == 0 in compile_endtry()
H A Dvim9execute.c3388 iptr->isn_arg.try.try_ref->try_catch; in exec_instructions()
5537 try->try_ref->try_catch, in list_instructions()
5542 try->try_ref->try_catch, in list_instructions()