Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c121 if (c == LIT_CHAR_NBSP || c == LIT_CHAR_BOM || c == LIT_CHAR_LS || c == LIT_CHAR_PS) in lit_char_is_white_space()
147 || c == LIT_CHAR_PS); in lit_char_is_line_terminator()
Dlit-char-helpers.h46 #define LIT_CHAR_PS ((ecma_char_t) 0x2029) /* paragraph separator */ macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c180 case LIT_CHAR_PS: in ecma_op_escape_regexp_pattern()