Home
last modified time | relevance | path

Searched refs:RE_CLASS_INVERT (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h79 RE_CLASS_INVERT = (1 << 7), /**< inverted */ enumerator
Decma-regexp-object.c1435 if (flags & RE_CLASS_INVERT) in ecma_regexp_run()
1443 if (flags & RE_CLASS_INVERT) in ecma_regexp_run()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.c566 if (flags & RE_CLASS_INVERT) in re_dump_bytecode()
Dre-parser.c953 out_class_flags |= RE_CLASS_INVERT; in re_parse_char_class()