Searched refs:t_exc (Results 1 – 1 of 1) sorted by relevance
1244 mp_obj_t t_exc = MP_OBJ_NULL; in mp_execute_bytecode() local1248 t_exc = inject_exc; in mp_execute_bytecode()1250 ret_kind = mp_resume(TOP(), MP_OBJ_NULL, t_exc, &ret_value); in mp_execute_bytecode()1265 GENERATOR_EXIT_IF_NEEDED(t_exc); in mp_execute_bytecode()
Completed in 4 milliseconds