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/
H A Decma-regexp-object.h79 RE_CLASS_INVERT = (1 << 7), /**< inverted */ enumerator
H A 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/
H A Dre-bytecode.c566 if (flags & RE_CLASS_INVERT) in re_dump_bytecode()
H A Dre-parser.c953 out_class_flags |= RE_CLASS_INVERT; in re_parse_char_class()

Completed in 6 milliseconds