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.cpp205 void SetSuccessfulMatchLegacyProperties(EtsClass *type, const EtsObject *regexpExecArrayObj, EtsStr… in SetSuccessfulMatchLegacyProperties()
295 void SetResultField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<bool, PandaString>> … in SetResultField()
326 void SetIndicesField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<uint32_t, uint32_t>… in SetIndicesField()
355 void SetIsCorrectField(EtsObject *regexpExecArrayObj, bool value) in SetIsCorrectField()
366 void SetInputField(EtsObject *regexpExecArrayObj, EtsString *inputStrObj) in SetInputField()
378 void SetIndexField(EtsObject *regexpExecArrayObj, uint32_t index) in SetIndexField()