Searched refs:LEXER_KEYW_NEW (Results 1 – 5 of 5) sorted by relevance
146 LEXER_KEYW_NEW, /**< new */ enumerator
1564 else if (context_p->token.type == LEXER_KEYW_NEW) in parser_parse_unary_expression()2020 if (context_p->stack_top_uint8 == LEXER_KEYW_NEW) in parser_process_unary_expression()2241 if (context_p->stack_top_uint8 == LEXER_KEYW_NEW) in parser_process_unary_expression()
1841 JERRY_ASSERT (context_p->token.type == LEXER_KEYW_NEW); in scanner_try_scan_new_target()
462 LEXER_KEYWORD ("new", LEXER_KEYW_NEW),
82 case LEXER_KEYW_NEW: in scanner_scan_primary_expression()