Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.h36 PARSER_ERR_NO_ERROR, /**< no error */ enumerator
Djs-parser.c2013 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()
Djs-parser-util.c1268 JERRY_ASSERT (error == PARSER_ERR_NO_ERROR); in parser_error_to_string()
Djs-scanner.c3181 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()