Home
last modified time | relevance | path

Searched refs:LIT_CHAR_CIRCUMFLEX (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h100 #define LIT_CHAR_CIRCUMFLEX ((ecma_char_t) '^') /* circumflex accent */ macro
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c407 return (cp == LIT_CHAR_CIRCUMFLEX in re_is_syntax_char()
687 case LIT_CHAR_CIRCUMFLEX: in re_parse_next_token()
950 if (*re_ctx_p->input_curr_p == LIT_CHAR_CIRCUMFLEX) in re_parse_char_class()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c1752 LEXER_TYPE_B_TOKEN (LIT_CHAR_CIRCUMFLEX, LEXER_BIT_XOR, LIT_CHAR_EQUALS, in lexer_next_token()