Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dnativeglue.c217 if (!mp_obj_exception_match(*ret_value, MP_OBJ_FROM_PTR(&mp_type_StopIteration))) { in mp_native_yield_from()
223 …if (throw_value != MP_OBJ_NULL && mp_obj_exception_match(throw_value, MP_OBJ_FROM_PTR(&mp_type_Gen… in mp_native_yield_from()
A Druntime.c341 if (mp_obj_exception_match(lhs, rhs)) { in mp_binary_op()
353 if (mp_obj_exception_match(lhs, rhs)) { in mp_binary_op()
1354 if (mp_obj_exception_match(throw_value, MP_OBJ_FROM_PTR(&mp_type_StopIteration))) { in mp_resume()
A Dobjexcept.c555 bool mp_obj_exception_match(mp_obj_t exc, mp_const_obj_t exc_type) { in mp_obj_exception_match() function
A Dobj.h821 bool mp_obj_exception_match(mp_obj_t exc, mp_const_obj_t exc_type);
A Dvm.c1240 #define EXC_MATCH(exc, type) mp_obj_exception_match(exc, type) in mp_execute_bytecode()

Completed in 15 milliseconds