Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.h741 mp_obj_t mp_obj_new_exception(const mp_obj_type_t *exc_type);
744 #define mp_obj_new_exception_msg(exc_type, msg) mp_obj_new_exception(exc_type)
745 #define mp_obj_new_exception_msg_varg(exc_type, ...) mp_obj_new_exception(exc_type)
A Ddynruntime.h214 #define mp_obj_new_exception(o) ((mp_obj_t)(o)) // Assumes returned object will be … macro
A Dobjexcept.c376 mp_obj_t mp_obj_new_exception(const mp_obj_type_t *exc_type) { in MP_DEFINE_EXCEPTION()
A Druntime.c1527 nlr_raise(mp_obj_new_exception(exc_type)); in mp_raise_type()
1546 nlr_raise(mp_obj_new_exception(exc_type)); in mp_raise_msg()

Completed in 12 milliseconds