Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array_iterator.cpp96 JSHandle<TaggedArray> resultArray(factory->NewTaggedArray(2)); // 2 means the length of array in NextInternal() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbuiltins_base_test.cpp69 JSHandle<TaggedArray> resultArray = BuiltinsBase::GetArgsArray(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1419 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in Split() local
1462 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in Split() local
1469 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(1))); in Split() local
1483 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(actualLength))); in CreateArrayFromString() local
1507 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(1))); in CreateArrayBySplitString() local
1514 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in CreateArrayBySplitString() local
1529 JSHandle<JSTaggedValue> resultArray(JSArray::CreateArrayFromList(thread, in CreateArrayThisStringAndSeperatorStringAreNotEmpty() local
2100 JSHandle<JSTaggedValue> resultArray(JSArray::CreateArrayFromList(thread, in StringToList() local
2166 const JSHandle<TaggedArray> &resultArray) in SetCachedResult()
2213 const JSHandle<EcmaString> &thisString, const JSHandle<TaggedArray> &resultArray) in SetCachedResult()
Dbuiltins_object.cpp496 JSHandle<JSArray> resultArray = JSArray::CreateArrayFromList(thread, resultList); in GetOwnPropertyKeys() local
Dbuiltins_regexp.cpp2505const JSHandle<JSTaggedValue> &resultArray, CacheType type, in AddResultInCache()
2600 …ExecResultCache::UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArray, CacheTy… in UpdateResultArray()
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp103 JSHandle<TaggedArray> resultArray(thread, handlePendingJob->GetArguments()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_reflect_test.cpp419 JSHandle<JSArray> resultArray = JSHandle<JSArray>::Cast(resultTaggedValue); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp1251 JSHandle<JSArray> resultArray(thread, reinterpret_cast<JSArray *>(result.GetRawData())); in HWTEST_F_L0() local
1290 JSHandle<JSArray> resultArray(thread, result); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp285 …VMHandle<EtsObjectArray> resultArray(coroutine, EtsObjectArray::Create(stringClass, matches.size()… in SetResultField() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_third_test.cpp232 TaggedArray *resultArray = TaggedArray::Cast(handleObject1->GetElements().GetTaggedObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp476 auto resultArray = TaggedArray::Cast(handleObj->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local