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/
H A Djs-parser.h36 PARSER_ERR_NO_ERROR, /**< no error */ enumerator
H A 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()
H A Djs-parser-util.c1268 JERRY_ASSERT (error == PARSER_ERR_NO_ERROR); in parser_error_to_string()
H A 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_MEMORY); in scanner_scan_all()

Completed in 8 milliseconds