Home
last modified time | relevance | path

Searched defs:hasIndices (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp267 bool hasIndices) in Execute()
327 bool hasIndices) in SetIndicesField()
418 bool hasIndices = (flagsBits & RegExpParser::FLAG_HASINDICES) > 0; in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp614 JSHandle<JSTaggedValue> hasIndices(factory->NewFromASCII("hasIndices")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2122 bool hasIndices = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_HASINDICES); in RegExpBuiltinExec() local