Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dvm.c107 #define PUSH_EXC_BLOCK(with_or_finally) do { \ macro
654 PUSH_EXC_BLOCK(1); in mp_execute_bytecode()
760 PUSH_EXC_BLOCK((code_state->ip[-1] == MP_BC_SETUP_FINALLY) ? 1 : 0); in mp_execute_bytecode()
762 PUSH_EXC_BLOCK((code_state->ip[0] == MP_BC_SETUP_FINALLY) ? 1 : 0); in mp_execute_bytecode()

Completed in 4 milliseconds