Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1137 JSHandle<JSTaggedValue> groupsKey = globalConst->GetHandledGroupsString(); in ReplaceInternal() local
1139 resultValues.GetTaggedValue(), groupsKey.GetTaggedValue()); in ReplaceInternal()
1809 JSHandle<JSTaggedValue> groupsKey = globalConst->GetHandledGroupsString(); in MakeMatchIndicesIndexPairArray() local
1810 JSObject::CreateDataProperty(thread, results, groupsKey, groups); in MakeMatchIndicesIndexPairArray()
1960 JSHandle<JSTaggedValue> groupsKey = globalConst->GetHandledGroupsString(); in RegExpBuiltinExec() local
1961 JSObject::CreateDataProperty(thread, results, groupsKey, groups); in RegExpBuiltinExec()