Searched defs:resultArray (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_array_iterator.cpp | 92 JSHandle<TaggedArray> resultArray(factory->NewTaggedArray(2)); // 2 means the length of array in Next() local
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | builtins_base_test.cpp | 69 JSHandle<TaggedArray> resultArray = BuiltinsBase::GetArgsArray(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
D | pending_job_test.cpp | 103 JSHandle<TaggedArray> resultArray(thread, handlePendingJob->GetArguments()); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_reflect_test.cpp | 419 JSHandle<JSArray> resultArray = JSHandle<JSArray>::Cast(resultTaggedValue); in HWTEST_F_L0() local
|
D | builtins_string_test.cpp | 1251 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/ets_runtime/ecmascript/ic/tests/ |
D | ic_runtime_stub_test.cpp | 476 auto resultArray = TaggedArray::Cast(handleObj->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_object.cpp | 405 JSHandle<JSArray> resultArray = JSArray::CreateArrayFromList(thread, resultList); in GetOwnPropertyKeys() local
|
D | builtins_regexp.cpp | 1913 … const JSHandle<JSTaggedValue> &resultArray, CacheType type, in AddResultInCache() 2001 …ExecResultCache::UpdateResultArray(JSThread *thread, int entry, JSTaggedValue resultArray, CacheTy… in UpdateResultArray()
|
D | builtins_string.cpp | 1390 JSHandle<JSObject> resultArray(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in Split() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | object_operator_test.cpp | 876 TaggedArray *resultArray = TaggedArray::Cast(handleObject1->GetElements().GetTaggedObject()); in HWTEST_F_L0() local
|