Home
last modified time | relevance | path

Searched refs: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() argument
193 EtsClass *resultClass = regexpExecArrayObj->GetClass(); in SetSuccessfulMatchLegacyProperties()
195 …VMHandle<EtsObjectArray> matches(coroutine, regexpExecArrayObj->GetFieldObject(resultField)->GetCo… in SetSuccessfulMatchLegacyProperties()
312 void SetResultField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<bool, PandaString>> … in SetResultField() argument
317 VMHandle<EtsObject> regexpExecArray(coroutine, regexpExecArrayObj->GetCoreType()); in SetResultField()
343 void SetIndicesField(EtsObject *regexpExecArrayObj, const PandaVector<std::pair<uint32_t, uint32_t>… in SetIndicesField() argument
348 VMHandle<EtsObject> regexpExecArray(coroutine, regexpExecArrayObj->GetCoreType()); in SetIndicesField()
372 void SetIsCorrectField(EtsObject *regexpExecArrayObj, bool value) in SetIsCorrectField() argument
376 VMHandle<EtsObject> regexpExecArray(coroutine, regexpExecArrayObj->GetCoreType()); in SetIsCorrectField()
383 void SetInputField(EtsObject *regexpExecArrayObj, EtsString *inputStrObj) in SetInputField() argument
[all …]