/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_queue_test.cpp | 114 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(queue)); in HWTEST_F_L0() local 116 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_stack_test.cpp | 133 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(stack)); in HWTEST_F_L0() local 135 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_deque_test.cpp | 133 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(deque)); in HWTEST_F_L0() local 135 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_arraylist_test.cpp | 178 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(arrayList)); in HWTEST_F_L0() local 180 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_hashset_test.cpp | 112 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local 114 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_plainarray_test.cpp | 162 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(arrayHandle)); in HWTEST_F_L0() local 164 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_linked_list_test.cpp | 172 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local 174 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_list_test.cpp | 158 JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(list)); in HWTEST_F_L0() local 160 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_lightweightset_test.cpp | 127 JSTaggedValue resultProto = JSObject::GetPrototype(JSHandle<JSObject>::Cast(mapHandle)); in HWTEST_F_L0() local 129 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_lightweightmap_test.cpp | 128 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local 130 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_vector_test.cpp | 152 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local 154 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_treeset_test.cpp | 170 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(setHandle)… in HWTEST_F_L0() local 172 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_hashmap_test.cpp | 133 …JSTaggedValue resultProto = JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(mapHandle)… in HWTEST_F_L0() local 135 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
|
D | containers_treemap_test.cpp | 174 …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/ |
D | builtins_object_test.cpp | 110 …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()
|