Home
last modified time | relevance | path

Searched defs: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
Dcontainers_stack_test.cpp134 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_deque_test.cpp134 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_arraylist_test.cpp179 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_hashset_test.cpp113 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_plainarray_test.cpp163 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_list_test.cpp159 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_linked_list_test.cpp173 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_lightweightset_test.cpp128 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_lightweightmap_test.cpp129 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_vector_test.cpp153 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_hashmap_test.cpp134 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_treeset_test.cpp171 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
Dcontainers_treemap_test.cpp175 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp111 JSTaggedValue funcProto = objectFunc->GetFunctionPrototype(); in HWTEST_F_L0() local
196 JSHandle<JSTaggedValue> funcProto(thread, objectFunc->GetFunctionPrototype()); in HWTEST_F_L0() local