Searched refs:LEXER_KEYW_ASYNC (Results 1 – 4 of 4) sorted by relevance
185 #define LEXER_FIRST_NON_RESERVED_KEYWORD LEXER_KEYW_ASYNC186 LEXER_KEYW_ASYNC, /**< async */ enumerator
489 LEXER_KEYWORD ("async", LEXER_KEYW_ASYNC),3011 context_p->token.type = LEXER_KEYW_ASYNC; in lexer_expect_object_literal_id()3180 context_p->token.type = LEXER_KEYW_ASYNC; in lexer_check_property_modifier()3442 return (context_p->token.keyword_type == LEXER_KEYW_ASYNC in lexer_token_is_async()
651 if (context_p->token.type == LEXER_KEYW_ASYNC) in parser_parse_class_literal()1019 case LEXER_KEYW_ASYNC: in parser_parse_object_literal()1024 if (context_p->token.type == LEXER_KEYW_ASYNC) in parser_parse_object_literal()
2899 || context_p->token.type == LEXER_KEYW_ASYNC in scanner_scan_all()2911 else if (context_p->token.type == LEXER_KEYW_ASYNC) in scanner_scan_all()