Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h231 bool lit_char_is_word_char (lit_code_point_t c);
Dlit-char-helpers.c509 lit_char_is_word_char (lit_code_point_t c) /**< code point */ in lit_char_is_word_char() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c483 return lit_char_is_word_char (cp); in ecma_regexp_check_class_escape()
487 return !lit_char_is_word_char (cp); in ecma_regexp_check_class_escape()
1253 && lit_char_is_word_char (str_curr_p[-1])); in ecma_regexp_run()
1256 && lit_char_is_word_char (str_curr_p[0])); in ecma_regexp_run()
1267 && lit_char_is_word_char (str_curr_p[-1])); in ecma_regexp_run()
1270 && lit_char_is_word_char (str_curr_p[0])); in ecma_regexp_run()