Searched refs:PUSH_EXC_BLOCK (Results 1 – 1 of 1) sorted by relevance
107 #define PUSH_EXC_BLOCK(with_or_finally) do { \ macro654 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