Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime_utils.c37 mp_obj_print_exception(&mp_plat_print, MP_OBJ_FROM_PTR(nlr.ret_val)); in mp_call_function_1_protected()
49 mp_obj_print_exception(&mp_plat_print, MP_OBJ_FROM_PTR(nlr.ret_val)); in mp_call_function_2_protected()
A Dmodsys.c130 mp_obj_print_exception(&print, args[0]); in mp_sys_print_exception()
133 mp_obj_print_exception(&mp_plat_print, args[0]); in mp_sys_print_exception()
A Dmodthread.c209 mp_obj_print_exception(MICROPY_ERROR_PRINTER, MP_OBJ_FROM_PTR(exc)); in thread_entry()
A Dobj.c124 void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc) { in mp_obj_print_exception() function
A Dobj.h775 void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc);
/AliOS-Things-master/components/py_engine/engine/shared/upytesthelper/
A Dupytesthelper.c116 mp_obj_print_exception(&mp_plat_print, exc); in upytest_execute_test()
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dmpirq.c85 mp_obj_print_exception(&mp_plat_print, MP_OBJ_FROM_PTR(nlr.ret_val)); in mp_irq_handler()
A Dpyexec.c143 mp_obj_print_exception(&mp_plat_print, MP_OBJ_FROM_PTR(nlr.ret_val)); in parse_compile_execute()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Duos_dupterm.c45 mp_obj_print_exception(&mp_plat_print, exc); in mp_uos_deactivate()
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c93 mp_obj_print_exception(&mp_stderr_print, (mp_obj_t)nlr.ret_val); in compile_and_save()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmain.c227 mp_obj_print_exception(&mp_plat_print, (mp_obj_t)nlr.ret_val); in do_str()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmain.c227 mp_obj_print_exception(&mp_plat_print, (mp_obj_t)nlr.ret_val); in do_str()
/AliOS-Things-master/components/py_engine/adapter/
A Dmain.c395 mp_obj_print_exception(&mp_plat_print, (mp_obj_t)nlr.ret_val); in do_str()

Completed in 19 milliseconds