Searched refs:LEXER_EXPRESSION_START (Results 1 – 3 of 3) sorted by relevance
172 LEXER_EXPRESSION_START, /**< expression start */ enumerator
1480 return (context_p->stack_top_uint8 == LEXER_EXPRESSION_START in parser_is_assignment_expr()2822 parser_stack_push_uint8 (context_p, LEXER_EXPRESSION_START); in parser_pattern_form_assignment()2847 JERRY_ASSERT (context_p->stack_top_uint8 == LEXER_EXPRESSION_START); in parser_pattern_form_assignment()3332 parser_stack_push_uint8 (context_p, LEXER_EXPRESSION_START); in parser_parse_expression()3431 JERRY_ASSERT (context_p->stack_top_uint8 == LEXER_EXPRESSION_START); in parser_parse_expression()
2693 context_p->token.type = LEXER_EXPRESSION_START; in parser_parse_statements()3126 if (context_p->token.type == LEXER_EXPRESSION_START) in parser_parse_statements()