Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.h77 RE_CLASS_HAS_CHARS = (1 << 5), /**< contains individual characters */ enumerator
H A Decma-regexp-object.c1390 uint32_t char_count = (flags & RE_CLASS_HAS_CHARS) ? re_get_value (&bc_p) : 0; in ecma_regexp_run()
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-bytecode.c563 uint32_t char_count = (flags & RE_CLASS_HAS_CHARS) ? re_get_value (&bytecode_p) : 0; in re_dump_bytecode()
H A Dre-parser.c1120 out_class_flags |= RE_CLASS_HAS_CHARS; in re_parse_char_class()

Completed in 11 milliseconds