Home
last modified time | relevance | path

Searched refs:LIT_CHAR_GREATER_THAN (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h92 #define LIT_CHAR_GREATER_THAN ((ecma_char_t) '>') /* greater-than sign */ macro
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c1602 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()