Home
last modified time | relevance | path

Searched refs:LEXER_EXPRESSION_START (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h172 LEXER_EXPRESSION_START, /**< expression start */ enumerator
Djs-parser-expr.c1480 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()
Djs-parser-statm.c2693 context_p->token.type = LEXER_EXPRESSION_START; in parser_parse_statements()
3126 if (context_p->token.type == LEXER_EXPRESSION_START) in parser_parse_statements()