Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c218 || code_point == LIT_CHAR_UNDERSCORE); in lit_code_point_is_identifier_start()
249 || code_point == LIT_CHAR_UNDERSCORE); in lit_code_point_is_identifier_part()
514 || c == LIT_CHAR_UNDERSCORE); in lit_char_is_word_char()
Dlit-char-helpers.h73 #define LIT_CHAR_UNDERSCORE ((ecma_char_t) '_') /* low line (underscore) */ macro
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c1010 || *(re_ctx_p->input_curr_p + 1) == LIT_CHAR_UNDERSCORE)) in re_parse_char_class()