Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp187 void SetSuccessfulMatchLegacyProperties(EtsClass *type, const EtsObject *regexpExecArrayObj, EtsStr… in SetSuccessfulMatchLegacyProperties()
312 void SetResultField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<bool, PandaString>> … in SetResultField()
343 void SetIndicesField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<uint32_t, uint32_t>… in SetIndicesField()
372 void SetIsCorrectField(EtsObject *regexpExecArrayObj, bool value) in SetIsCorrectField()
383 void SetInputField(EtsObject *regexpExecArrayObj, EtsString *inputStrObj) in SetInputField()
395 void SetIndexField(EtsObject *regexpExecArrayObj, uint32_t index) in SetIndexField()
414 void SetGroupsField(EtsObject *regexpExecArrayObj, const std::map<PandaString, std::pair<int32_t, i… in SetGroupsField()