Searched refs:PARSER_ERR_AWAIT_NOT_ALLOWED (Results 1 – 3 of 3) sorted by relevance
84 PARSER_ERR_AWAIT_NOT_ALLOWED, /**< await expression is not allowed */ enumerator
960 case PARSER_ERR_AWAIT_NOT_ALLOWED: in parser_error_to_string()
835 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()