Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpstate.h148 mp_obj_base_t *cur_exception; member
A Dmodsys.c142 mp_obj_t cur_exc = MP_OBJ_FROM_PTR(MP_STATE_VM(cur_exception)); in mp_sys_exc_info()
A Dvm.c102 #define CLEAR_SYS_EXC_INFO() MP_STATE_VM(cur_exception) = NULL;
1421 MP_STATE_VM(cur_exception) = nlr.ret_val; in mp_execute_bytecode()

Completed in 6 milliseconds