Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h101 #define LIT_CHAR_EXCLAMATION ((ecma_char_t) '!') /* exclamation mark */ macro
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c783 else if (ch == LIT_CHAR_EXCLAMATION) in re_parse_next_token()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c1683 case (uint8_t) LIT_CHAR_EXCLAMATION: in lexer_next_token()