Searched refs:pop_except_jump (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | emit.h | 142 void (*pop_except_jump)(emit_t *emit, mp_uint_t label, bool within_exc_handler); member
|
A D | compile.c | 1606 EMIT_ARG(pop_except_jump, success_label, false); // jump over exception handler in compile_try_except() 1680 EMIT_ARG(pop_except_jump, l2, true); in compile_try_except() 1814 EMIT_ARG(pop_except_jump, try_else_label, false); in compile_async_for_stmt() 1823 EMIT_ARG(pop_except_jump, while_else_label, true); in compile_async_for_stmt()
|
Completed in 11 milliseconds