Home
last modified time | relevance | path

Searched defs:hasIndices (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp418 bool hasIndices = (flagsBits & RegExpParser::FLAG_HASINDICES) > 0; in EscompatRegExpExec() local
266 Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt lastIndex, bool hasIndices) Execute() argument
326 SetIndicesField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<uint32_t, uint32_t>> &indices, bool hasIndices) SetIndicesField() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2099 bool hasIndices = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_HASINDICES); in RegExpBuiltinExec() local

Completed in 7 milliseconds