Searched refs:LEXER_KEYW_EVAL (Results 1 – 5 of 5) sorted by relevance
189 #define LEXER_FIRST_NON_RESERVED_KEYWORD LEXER_KEYW_EVAL193 #define LEXER_FIRST_NON_STRICT_ARGUMENTS LEXER_KEYW_EVAL194 LEXER_KEYW_EVAL, /**< eval */ enumerator
407 if (context_p->token.keyword_type == LEXER_KEYW_EVAL in scanner_scan_bracket()
124 if (context_p->last_cbc.literal_keyword_type == LEXER_KEYW_EVAL) in parser_check_invalid_assign()1701 if (context_p->token.keyword_type != LEXER_KEYW_EVAL) in parser_parse_unary_expression()2028 && context_p->last_cbc.literal_keyword_type == LEXER_KEYW_EVAL in parser_process_unary_expression()
475 LEXER_KEYWORD ("eval", LEXER_KEYW_EVAL),2918 if (context_p->token.keyword_type == LEXER_KEYW_EVAL) in lexer_expect_identifier()
1286 if (context_p->token.keyword_type == LEXER_KEYW_EVAL in scanner_detect_eval_call()