Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demit.h142 void (*pop_except_jump)(emit_t *emit, mp_uint_t label, bool within_exc_handler);
240 void mp_emit_bc_pop_except_jump(emit_t *emit, mp_uint_t label, bool within_exc_handler);
A Demitbc.c727 void mp_emit_bc_pop_except_jump(emit_t *emit, mp_uint_t label, bool within_exc_handler) { in mp_emit_bc_pop_except_jump() argument
728 (void)within_exc_handler; in mp_emit_bc_pop_except_jump()
A Demitnative.c2289 STATIC void emit_native_pop_except_jump(emit_t *emit, mp_uint_t label, bool within_exc_handler) { in emit_native_pop_except_jump() argument
2290 if (within_exc_handler) { in emit_native_pop_except_jump()

Completed in 19 milliseconds