Searched refs:mp_obj_print_exception (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | runtime_utils.c | 37 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 D | modsys.c | 130 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 D | modthread.c | 209 mp_obj_print_exception(MICROPY_ERROR_PRINTER, MP_OBJ_FROM_PTR(exc)); in thread_entry()
|
A D | obj.c | 124 void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc) { in mp_obj_print_exception() function
|
A D | obj.h | 775 void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc);
|
/AliOS-Things-master/components/py_engine/engine/shared/upytesthelper/ |
A D | upytesthelper.c | 116 mp_obj_print_exception(&mp_plat_print, exc); in upytest_execute_test()
|
/AliOS-Things-master/components/py_engine/engine/shared/runtime/ |
A D | mpirq.c | 85 mp_obj_print_exception(&mp_plat_print, MP_OBJ_FROM_PTR(nlr.ret_val)); in mp_irq_handler()
|
A D | pyexec.c | 143 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 D | uos_dupterm.c | 45 mp_obj_print_exception(&mp_plat_print, exc); in mp_uos_deactivate()
|
/AliOS-Things-master/components/py_engine/engine/mpy-cross/ |
A D | main.c | 93 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 D | main.c | 227 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 D | main.c | 227 mp_obj_print_exception(&mp_plat_print, (mp_obj_t)nlr.ret_val); in do_str()
|
/AliOS-Things-master/components/py_engine/adapter/ |
A D | main.c | 395 mp_obj_print_exception(&mp_plat_print, (mp_obj_t)nlr.ret_val); in do_str()
|
Completed in 19 milliseconds