Searched refs:LEXER_ASSIGN_CONST (Results 1 – 2 of 2) sorted by relevance
178 LEXER_ASSIGN_CONST, /**< a const binding is reassigned */ enumerator
2405 parser_stack_push_uint8 (context_p, LEXER_ASSIGN_CONST); in parser_append_binary_single_assignment_token()2524 parser_stack_push_uint8 (context_p, LEXER_ASSIGN_CONST); in parser_append_binary_token()2608 if (JERRY_UNLIKELY (context_p->stack_top_uint8 == LEXER_ASSIGN_CONST)) in parser_process_binary_opcodes()