Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dvm.c1240 #define EXC_MATCH(exc, type) mp_obj_exception_match(exc, type) in mp_execute_bytecode() macro
1241 #define GENERATOR_EXIT_IF_NEEDED(t) if (t != MP_OBJ_NULL && EXC_MATCH(t, MP_OBJ_FROM_PTR(&mp_type_G… in mp_execute_bytecode()
1269 assert(!EXC_MATCH(ret_value, MP_OBJ_FROM_PTR(&mp_type_StopIteration))); in mp_execute_bytecode()

Completed in 5 milliseconds