Searched refs:LIT_CHAR_GREATER_THAN (Results 1 – 2 of 2) sorted by relevance
92 #define LIT_CHAR_GREATER_THAN ((ecma_char_t) '>') /* greater-than sign */ macro
1602 case (uint8_t) LIT_CHAR_GREATER_THAN: in lexer_next_token()1613 if (context_p->source_p[1] == (uint8_t) LIT_CHAR_GREATER_THAN) in lexer_next_token()1624 if (context_p->source_p[2] == (uint8_t) LIT_CHAR_GREATER_THAN) in lexer_next_token()1669 if (context_p->source_p[1] == (uint8_t) LIT_CHAR_GREATER_THAN) in lexer_next_token()1914 && context_p->source_p[1] == (uint8_t) LIT_CHAR_GREATER_THAN); in lexer_check_arrow()