Home
last modified time | relevance | path

Searched refs:RE_CLASS_ESCAPE_COUNT_MASK (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.h69 #define RE_CLASS_ESCAPE_COUNT_MASK ((1 << RE_CLASS_ESCAPE_COUNT_MASK_SIZE) - 1u) macro
H A Decma-regexp-object.c1395 uint8_t escape_count = flags & RE_CLASS_ESCAPE_COUNT_MASK; in ecma_regexp_run()
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-bytecode.c572 uint8_t escape_count = flags & RE_CLASS_ESCAPE_COUNT_MASK; in re_dump_bytecode()
H A Dre-parser.c1123 JERRY_ASSERT (escape_count <= RE_CLASS_ESCAPE_COUNT_MASK); in re_parse_char_class()

Completed in 7 milliseconds