Searched refs:RE_FLAG_EMPTY (Results 1 – 4 of 4) sorted by relevance
246 uint16_t flags = RE_FLAG_EMPTY; in ecma_builtin_regexp_prototype_get_global()271 uint16_t flags = RE_FLAG_EMPTY; in ecma_builtin_regexp_prototype_get_ignorecase()296 uint16_t flags = RE_FLAG_EMPTY; in ecma_builtin_regexp_prototype_get_multiline()321 uint16_t flags = RE_FLAG_EMPTY; in ecma_builtin_regexp_prototype_get_sticky()346 uint16_t flags = RE_FLAG_EMPTY; in ecma_builtin_regexp_prototype_get_unicode()
509 RE_FLAG_EMPTY); in ecma_instantiate_builtin()
38 RE_FLAG_EMPTY = 0u, /* Empty RegExp flags */ enumerator
64 uint16_t result_flags = RE_FLAG_EMPTY; in ecma_regexp_parse_flags()103 flag = RE_FLAG_EMPTY; in ecma_regexp_parse_flags()108 if (flag == RE_FLAG_EMPTY || (result_flags & flag) != 0) in ecma_regexp_parse_flags()