Searched refs:regexpExecArrayObject (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 443 …VMHandle<EtsObject> regexpExecArrayObject(coroutine, EtsObject::Create(regexpResultArrayClass)->Ge… in EscompatRegExpExec() local 461 SetIsCorrectField(regexpExecArrayObject.GetPtr(), false); in EscompatRegExpExec() 462 return regexpExecArrayObject.GetPtr(); in EscompatRegExpExec() 470 SetIsCorrectField(regexpExecArrayObject.GetPtr(), false); in EscompatRegExpExec() 471 return regexpExecArrayObject.GetPtr(); in EscompatRegExpExec() 475 SetIsCorrectField(regexpExecArrayObject.GetPtr(), true); in EscompatRegExpExec() 476 SetIndexField(regexpExecArrayObject.GetPtr(), execResult.index); in EscompatRegExpExec() 477 SetInputField(regexpExecArrayObject.GetPtr(), strHandle.GetPtr()); in EscompatRegExpExec() 478 SetResultField(regexpExecArrayObject.GetPtr(), execResult.captures, execResult.isWide); in EscompatRegExpExec() 479 …SetSuccessfulMatchLegacyProperties(regexpClass, regexpExecArrayObject.GetPtr(), strHandle.GetPtr(), in EscompatRegExpExec() [all …]
|