Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dparsenum.c39 STATIC NORETURN void raise_exc(mp_obj_t exc, mp_lexer_t *lex) { in raise_exc() function
151 raise_exc(exc, lex); in mp_parse_num_integer()
155 raise_exc(exc, lex); in mp_parse_num_integer()
164 raise_exc(exc, lex); in mp_parse_num_integer()
347raise_exc(mp_obj_new_exception_msg(&mp_type_ValueError, MP_ERROR_TEXT("complex values not supporte… in mp_parse_num_decimal()
355raise_exc(mp_obj_new_exception_msg(&mp_type_ValueError, MP_ERROR_TEXT("invalid syntax for number")… in mp_parse_num_decimal()
358raise_exc(mp_obj_new_exception_msg(&mp_type_ValueError, MP_ERROR_TEXT("decimal numbers not support… in mp_parse_num_decimal()
A Dscheduler.c66 void mp_handle_pending(bool raise_exc) { in mp_handle_pending() argument
77 if (raise_exc) { in mp_handle_pending()
152 void mp_handle_pending(bool raise_exc) { in mp_handle_pending() argument
156 if (raise_exc) { in mp_handle_pending()
A Druntime.h69 void mp_handle_pending(bool raise_exc);

Completed in 4 milliseconds