Searched refs:regexpExecArrayObj (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 205 void SetSuccessfulMatchLegacyProperties(EtsClass *type, const EtsObject *regexpExecArrayObj, EtsStr… in SetSuccessfulMatchLegacyProperties() argument 211 EtsClass *resultClass = regexpExecArrayObj->GetClass(); in SetSuccessfulMatchLegacyProperties() 213 …VMHandle<EtsObjectArray> matches(coroutine, regexpExecArrayObj->GetFieldObject(resultField)->GetCo… in SetSuccessfulMatchLegacyProperties() 295 void SetResultField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<bool, PandaString>> … in SetResultField() argument 300 VMHandle<EtsObject> regexpExecArray(coroutine, regexpExecArrayObj->GetCoreType()); in SetResultField() 326 void SetIndicesField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<uint32_t, uint32_t>… in SetIndicesField() argument 331 VMHandle<EtsObject> regexpExecArray(coroutine, regexpExecArrayObj->GetCoreType()); in SetIndicesField() 355 void SetIsCorrectField(EtsObject *regexpExecArrayObj, bool value) in SetIsCorrectField() argument 359 VMHandle<EtsObject> regexpExecArray(coroutine, regexpExecArrayObj->GetCoreType()); in SetIsCorrectField() 366 void SetInputField(EtsObject *regexpExecArrayObj, EtsString *inputStrObj) in SetInputField() argument [all …]
|