Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_queue_test.cpp115 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
116 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_stack_test.cpp134 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
135 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_deque_test.cpp134 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
135 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_arraylist_test.cpp179 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
180 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_hashset_test.cpp113 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
114 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_plainarray_test.cpp163 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
164 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_linked_list_test.cpp173 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
174 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_list_test.cpp159 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
160 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_lightweightset_test.cpp128 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
129 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_lightweightmap_test.cpp129 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
130 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_vector_test.cpp153 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
154 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_treeset_test.cpp171 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
172 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_hashmap_test.cpp134 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
135 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
Dcontainers_treemap_test.cpp175 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
176 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp111 JSTaggedValue funcProto = objectFunc->GetFunctionPrototype(); in HWTEST_F_L0() local
112 ASSERT_EQ(resultProto, funcProto); in HWTEST_F_L0()
196 JSHandle<JSTaggedValue> funcProto(thread, objectFunc->GetFunctionPrototype()); in HWTEST_F_L0() local
202 objCallInfo->SetCallArg(0, funcProto.GetTaggedValue()); in HWTEST_F_L0()
211 ASSERT_EQ(resultProto, funcProto.GetTaggedValue()); in HWTEST_F_L0()
229 hpObjCallInfo->SetCallArg(0, funcProto.GetTaggedValue()); in HWTEST_F_L0()