Searched refs:unwind_jump (Results 1 – 3 of 3) sorted by relevance
135 void (*unwind_jump)(emit_t *emit, mp_uint_t label, mp_uint_t except_depth); member
718 unwind_jump:; in mp_execute_bytecode()787 goto unwind_jump; in mp_execute_bytecode()
1040 EMIT_ARG(unwind_jump, label, comp->cur_except_level - comp->break_continue_except_level); in compile_break_cont_stmt()
Completed in 12 milliseconds