Home
last modified time | relevance | path

Searched refs:LEXER_KEYW_ASYNC (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h185 #define LEXER_FIRST_NON_RESERVED_KEYWORD LEXER_KEYW_ASYNC
186 LEXER_KEYW_ASYNC, /**< async */ enumerator
Djs-lexer.c489 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()
Djs-parser-expr.c651 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()
Djs-scanner.c2899 || 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()