Searched refs:PARSER_ERR_NO_ERROR (Results 1 – 4 of 4) sorted by relevance
36 PARSER_ERR_NO_ERROR, /**< no error */ enumerator
2013 context.error = PARSER_ERR_NO_ERROR; in parser_parse_source()2017 error_location_p->error = PARSER_ERR_NO_ERROR; in parser_parse_source()2099 if (JERRY_UNLIKELY (context.error != PARSER_ERR_NO_ERROR)) in parser_parse_source()
1268 JERRY_ASSERT (error == PARSER_ERR_NO_ERROR); in parser_error_to_string()
3181 context_p->error = PARSER_ERR_NO_ERROR; in scanner_scan_all()3209 …JERRY_ASSERT (context_p->error == PARSER_ERR_NO_ERROR || context_p->error == PARSER_ERR_OUT_OF_MEM… in scanner_scan_all()