Home
last modified time | relevance | path

Searched refs:resultProto (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_queue_test.cpp114 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(queue)); in HWTEST_F_L0() local
116 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_stack_test.cpp133 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(stack)); in HWTEST_F_L0() local
135 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_deque_test.cpp133 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(deque)); in HWTEST_F_L0() local
135 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_arraylist_test.cpp178 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(arrayList)); in HWTEST_F_L0() local
180 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_hashset_test.cpp112 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local
114 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_plainarray_test.cpp162 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(arrayHandle)); in HWTEST_F_L0() local
164 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_linked_list_test.cpp172 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local
174 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_list_test.cpp158 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local
160 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_lightweightset_test.cpp127 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(mapHandle)); in HWTEST_F_L0() local
129 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_lightweightmap_test.cpp128 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local
130 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_vector_test.cpp152 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local
154 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_treeset_test.cpp170 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local
172 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_hashmap_test.cpp133 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local
135 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_treemap_test.cpp174 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local
176 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp110 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(jtHandle)); in HWTEST_F_L0() local
112 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
210 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, jtHandle); in HWTEST_F_L0() local
211 ASSERT_EQ(resultProto, funcProto.GetTaggedValue()); in HWTEST_F_L0()