Home
last modified time | relevance | path

Searched refs:LIT_CHAR_EQUALS (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c1575 if (context_p->source_p[1] == (uint8_t) LIT_CHAR_EQUALS) in lexer_next_token()
1584 if (length >= 3 && context_p->source_p[2] == (uint8_t) LIT_CHAR_EQUALS) in lexer_next_token()
1606 if (context_p->source_p[1] == (uint8_t) LIT_CHAR_EQUALS) in lexer_next_token()
1617 if (context_p->source_p[2] == (uint8_t) LIT_CHAR_EQUALS) in lexer_next_token()
1626 if (length >= 4 && context_p->source_p[3] == (uint8_t) LIT_CHAR_EQUALS) in lexer_next_token()
1650 case (uint8_t) LIT_CHAR_EQUALS: in lexer_next_token()
1654 if (context_p->source_p[1] == (uint8_t) LIT_CHAR_EQUALS) in lexer_next_token()
1656 if (length >= 3 && context_p->source_p[2] == (uint8_t) LIT_CHAR_EQUALS) in lexer_next_token()
1685 if (length >= 2 && context_p->source_p[1] == (uint8_t) LIT_CHAR_EQUALS) in lexer_next_token()
1687 if (length >= 3 && context_p->source_p[2] == (uint8_t) LIT_CHAR_EQUALS) in lexer_next_token()
[all...]
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c778 if (ch == LIT_CHAR_EQUALS) in re_parse_next_token()

Completed in 4 milliseconds