Home
last modified time | relevance | path

Searched refs:LEXER_LEFT_PAREN (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h129 LEXER_LEFT_PAREN, /**< "(" */ enumerator
219 ((type) == LEXER_LEFT_BRACE || (type) == LEXER_LEFT_PAREN || (type) == LEXER_LEFT_SQUARE)
Djs-scanner-ops.c291 if (context_p->token.type == LEXER_LEFT_PAREN) in scanner_check_async_function()
362 JERRY_ASSERT (context_p->token.type == LEXER_LEFT_PAREN); in scanner_scan_bracket()
372 while (context_p->token.type == LEXER_LEFT_PAREN); in scanner_scan_bracket()
Djs-scanner.c131 case LEXER_LEFT_PAREN: in scanner_scan_primary_expression()
314 case LEXER_LEFT_PAREN: in scanner_scan_post_primary_expression()
946 if (context_p->token.type == LEXER_LEFT_PAREN) in scanner_scan_primary_expression_end()
1139 if (context_p->token.type != LEXER_LEFT_PAREN) in scanner_scan_statement()
1167 if (context_p->token.type != LEXER_LEFT_PAREN) in scanner_scan_statement()
1184 if (context_p->token.type != LEXER_LEFT_PAREN) in scanner_scan_statement()
2085 if (context_p->token.type != LEXER_LEFT_PAREN) in scanner_scan_statement_end()
2185 if (context_p->token.type != LEXER_LEFT_PAREN) in scanner_scan_statement_end()
2354 context_p->token.type = LEXER_LEFT_PAREN; in scanner_scan_all()
2466 if (context_p->token.type == LEXER_LEFT_PAREN) in scanner_scan_all()
[all …]
Djs-parser-expr.c992 if (context_p->token.type == LEXER_LEFT_PAREN) in parser_parse_object_literal()
1093 if (context_p->token.type == LEXER_LEFT_PAREN && !is_proto) in parser_parse_object_literal()
1481 || context_p->stack_top_uint8 == LEXER_LEFT_PAREN in parser_is_assignment_expr()
1552 if (context_p->token.type == LEXER_LEFT_PAREN) in parser_parse_unary_expression()
1859 case LEXER_LEFT_PAREN: in parser_parse_unary_expression()
2012 case LEXER_LEFT_PAREN: in parser_process_unary_expression()
3238 if (context_p->stack_top_uint8 == LEXER_LEFT_PAREN) in parser_process_expression_sequence()
3385 && (context_p->stack_top_uint8 == LEXER_LEFT_PAREN in parser_parse_expression()
Djs-parser-statm.c353 if (context_p->token.type != LEXER_LEFT_PAREN) in parser_parse_enclosed_expr()
1027 if (context_p->token.type != LEXER_LEFT_PAREN) in parser_parse_while_statement_start()
1184 if (context_p->token.type != LEXER_LEFT_PAREN) in parser_parse_for_statement_start()
1927 if (context_p->token.type != LEXER_LEFT_PAREN) in parser_parse_try_statement_end()
Djs-parser.c2450 if (context_p->token.type != LEXER_LEFT_PAREN) in parser_parse_function()
2543 if (context_p->token.type == LEXER_LEFT_PAREN) in parser_parse_arrow_function()
Djs-lexer.c1538 LEXER_TYPE_A_TOKEN (LIT_CHAR_LEFT_PAREN, LEXER_LEFT_PAREN); in lexer_next_token()
3384 && context_p->token.type != LEXER_LEFT_PAREN in lexer_string_is_directive()