Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c246 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()
Decma-builtins.c509 RE_FLAG_EMPTY); in ecma_instantiate_builtin()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h38 RE_FLAG_EMPTY = 0u, /* Empty RegExp flags */ enumerator
Decma-regexp-object.c64 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()