Searched refs:LEXER_COLON (Results 1 – 5 of 5) sorted by relevance
136 LEXER_COLON, /**< ":" */ enumerator
791 if (type != LEXER_COLON) in scanner_scan_primary_expression_end()814 if (type != LEXER_COLON) in scanner_scan_primary_expression_end()955 if (context_p->token.type != LEXER_COLON) in scanner_scan_primary_expression_end()1353 if (context_p->token.type != LEXER_COLON) in scanner_scan_statement()3007 if (context_p->token.type != LEXER_COLON) in scanner_scan_all()
1001 if (context_p->token.type != LEXER_COLON) in parser_parse_object_literal()1117 if (context_p->token.type != LEXER_COLON) in parser_parse_object_literal()3082 if (context_p->token.type == LEXER_COLON) in parser_parse_object_initializer()3210 if (context_p->token.type != LEXER_COLON) in parser_process_ternary_expression()
1770 if (context_p->token.type != LEXER_COLON) in parser_parse_switch_statement_start()1790 if (context_p->token.type != LEXER_COLON) in parser_parse_switch_statement_start()2059 JERRY_ASSERT (context_p->token.type == LEXER_COLON); in parser_parse_default_statement()2091 JERRY_ASSERT (context_p->token.type != LEXER_COLON); in parser_parse_case_statement()
1757 LEXER_TYPE_A_TOKEN (LIT_CHAR_COLON, LEXER_COLON); in lexer_next_token()1965 case LEXER_COLON: in lexer_check_yield_no_arg()