Home
last modified time | relevance | path

Searched refs:RE_ESCAPE__COUNT (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h58 RE_ESCAPE__COUNT, /**< escape count */ enumerator
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c1102 for (ecma_class_escape_t escape = RE_ESCAPE__START; escape < RE_ESCAPE__COUNT; ++escape) in re_parse_char_class()