Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.h84 PARSER_ERR_AWAIT_NOT_ALLOWED, /**< await expression is not allowed */ enumerator
Djs-parser-util.c960 case PARSER_ERR_AWAIT_NOT_ALLOWED: in parser_error_to_string()
Djs-lexer.c835 parser_raise_error (context_p, PARSER_ERR_AWAIT_NOT_ALLOWED); in lexer_parse_identifier()
2951 parser_raise_error (context_p, PARSER_ERR_AWAIT_NOT_ALLOWED); in lexer_expect_identifier()