Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array_iterator.cpp95 JSHandle<TaggedArray> resultArray(factory->NewTaggedArray(2)); // 2 means the length of array in NextInternal() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array_iterator.cpp105 JSHandle<TaggedArray> resultArray(factory->NewTaggedArray(2)); // 2 means the length of array in NextInternal() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_StackTrace.cpp77 auto *resultArray = EtsObjectArray::Create(stackTraceElementClass, linesSize); in StdCoreStackTraceProvisionStackTrace() local
Descompat_RegExp.cpp324 …VMHandle<EtsObjectArray> resultArray(coroutine, EtsObjectArray::Create(stringClass, matches.size()… in SetResultField() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbuiltins_base_test.cpp45 JSHandle<TaggedArray> resultArray = BuiltinsBase::GetArgsArray(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1632 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in Split() local
1675 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in Split() local
1682 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(1))); in Split() local
1707 JSHandle<JSTaggedValue> resultArray(JSArray::CreateArrayFromList(thread, in CreateArrayFromString() local
1725 JSHandle<JSArray> resultArray = JSArray::CreateArrayFromList(thread, array); in CreateArrayFromString() local
1745 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(1))); in CreateArrayBySplitString() local
1752 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in CreateArrayBySplitString() local
1767 JSHandle<JSTaggedValue> resultArray(JSArray::CreateArrayFromList(thread, in CreateArrayThisStringAndSeperatorStringAreNotEmpty() local
2329 JSHandle<JSTaggedValue> resultArray(JSArray::CreateArrayFromList(thread, in StringToList() local
2364 JSHandle<JSTaggedValue> resultArray( in StringToSList() local
[all …]
Dbuiltins_regexp.cpp1194 CVector<JSHandle<JSTaggedValue>> resultArray(resultArrayLength, globalConst->GetHandledHole()); in ReplaceInternal() local
2589const JSHandle<JSTaggedValue> resultArray, CacheType type, in AddResultInCache()
2707 …ExecResultCache::UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArray, CacheTy… in UpdateResultArray()
2898 const CVector<JSHandle<JSTaggedValue>> &resultArray, in CreateStringFromResultArray()
Dbuiltins_object.cpp493 JSHandle<JSArray> resultArray = JSArray::CreateArrayFromList(thread, resultList); in GetOwnPropertyKeys() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlSegmenter.cpp183 ani_array_ref resultArray; in IntlClusters() local
DIntlNumberFormat.cpp524 ani_array_ref resultArray; in IcuFormatToParts() local
568 ani_array_ref resultArray; in IcuFormatToRangeParts() local
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp104 JSHandle<TaggedArray> resultArray(thread, handlePendingJob->GetArguments(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp395 JSHandle<JSArray> resultArray = JSHandle<JSArray>::Cast(resultTaggedValue); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp1082 …mmon(JSThread *thread, std::vector<JSHandle<EcmaString>> expecteds, JSHandle<JSArray> &resultArray) in SplitCommon()
1109 JSHandle<JSArray> resultArray(thread, reinterpret_cast<JSArray *>(result.GetRawData())); in HWTEST_F_L0() local
1134 JSHandle<JSArray> resultArray(thread, result); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_third_test.cpp200 …TaggedArray *resultArray = TaggedArray::Cast(handleObject1->GetElements(thread).GetTaggedObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp489 auto resultArray = TaggedArray::Cast(handleObj->GetProperties(thread).GetTaggedObject()); in HWTEST_F_L0() local