Home
last modified time | relevance | path

Searched refs:LEXER_SEMICOLON (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c1441 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_start()
1498 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_start()
1521 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_start()
1624 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_end()
1628 if (context_p->token.type != LEXER_SEMICOLON) in parser_parse_for_statement_end()
2712 if (context_p->token.type == LEXER_SEMICOLON) in parser_parse_statements()
2753 && context_p->token.type != LEXER_SEMICOLON in parser_parse_statements()
2774 && context_p->token.type != LEXER_SEMICOLON in parser_parse_statements()
2790 case LEXER_SEMICOLON: in parser_parse_statements()
3001 || context_p->token.type == LEXER_SEMICOLON in parser_parse_statements()
[all …]
Djs-scanner.c657 if (type != LEXER_SEMICOLON) in scanner_scan_primary_expression_end()
680 if (context_p->token.type != LEXER_SEMICOLON) in scanner_scan_primary_expression_end()
686 type = LEXER_SEMICOLON; in scanner_scan_primary_expression_end()
691 if (type != LEXER_SEMICOLON) in scanner_scan_primary_expression_end()
1083 case LEXER_SEMICOLON: in scanner_scan_statement()
1203 case LEXER_SEMICOLON: in scanner_scan_statement()
1307 && context_p->token.type != LEXER_SEMICOLON in scanner_scan_statement()
1911 if (type == LEXER_SEMICOLON) in scanner_scan_statement_end()
2688 if (context_p->token.type != LEXER_SEMICOLON in scanner_scan_all()
Djs-lexer.h135 LEXER_SEMICOLON, /**< ";" */ enumerator
Djs-scanner-ops.c577 if (context_p->token.type == LEXER_SEMICOLON) in scanner_check_directives()
Djs-lexer.c1543 LEXER_TYPE_A_TOKEN (LIT_CHAR_SEMICOLON, LEXER_SEMICOLON); in lexer_next_token()
1966 case LEXER_SEMICOLON: in lexer_check_yield_no_arg()
3380 return (context_p->token.type == LEXER_SEMICOLON in lexer_string_is_directive()