Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.h194 const char *parser_error_to_string (parser_error_t);
Djs-parser-util.c805 parser_error_to_string (parser_error_t error) /**< error code */ in parser_error_to_string() function
Djs-parser.c2746 …const lit_utf8_byte_t *err_bytes_p = (const lit_utf8_byte_t *) parser_error_to_string (parser_erro… in parser_parse_script()