Home
last modified time | relevance | path

Searched refs:array1 (Results 1 – 3 of 3) sorted by relevance

/ark/js_runtime/ecmascript/ic/tests/
Dic_invoke_test.cpp75 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(3); in HWTEST_F_L0() local
80 array1->Set(thread, 0, func0.GetTaggedValue()); in HWTEST_F_L0()
84 array1->Set(thread, 1, func1.GetTaggedValue()); in HWTEST_F_L0()
88 array1->Set(thread, 2, func2.GetTaggedValue()); in HWTEST_F_L0()
94 …thread, static_cast<ProfileTypeInfo *>(*array), slotId, 3, array1.GetTaggedValue(), array2.GetTagg… in HWTEST_F_L0()
/ark/js_runtime/ecmascript/tests/
Dhuge_object_test.cpp99 JSHandle<TaggedArray> array1(thread, LargeArrayTestCreate(thread)); in HWTEST_F_L0() local
Djs_serializer_test.cpp102 JSHandle<TaggedArray> array1 = JSObject::GetOwnPropertyKeys(thread, retObj1); in JSPlainObjectTest() local
103 int length1 = array1->GetLength(); in JSPlainObjectTest()
107 JSHandle<JSTaggedValue> key(thread, array1->Get(i)); in JSPlainObjectTest()
165 JSHandle<TaggedArray> array1 = JSObject::GetOwnPropertyKeys(thread, retObj); in DescriptionTest() local
166 JSHandle<JSTaggedValue> retKey1(thread, array1->Get(0)); in DescriptionTest()
167 JSHandle<JSTaggedValue> retKey2(thread, array1->Get(1)); in DescriptionTest()