Home
last modified time | relevance | path

Searched refs:LEXER_ASSIGN_CONST (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h178 LEXER_ASSIGN_CONST, /**< a const binding is reassigned */ enumerator
Djs-parser-expr.c2405 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()