Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demit.h80 #define MP_EMIT_SETUP_BLOCK_FINALLY (2) macro
A Demitbc.c694 MP_STATIC_ASSERT(MP_BC_SETUP_WITH + MP_EMIT_SETUP_BLOCK_FINALLY == MP_BC_SETUP_FINALLY); in mp_emit_bc_setup_block()
A Dcompile.c1668 compile_increase_except_level(comp, l3, MP_EMIT_SETUP_BLOCK_FINALLY); in compile_try_except()
1696 compile_increase_except_level(comp, l_finally_block, MP_EMIT_SETUP_BLOCK_FINALLY); in compile_try_finally()
1873 compile_increase_except_level(comp, l_finally_block, MP_EMIT_SETUP_BLOCK_FINALLY); in compile_async_with_stmt_helper()
A Demitnative.c2151 emit_native_push_exc_stack(emit, label, kind == MP_EMIT_SETUP_BLOCK_FINALLY); in emit_native_setup_block()

Completed in 20 milliseconds