Home
last modified time | relevance | path

Searched defs:funcProto (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_queue_test.cpp115 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_stack_test.cpp135 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_deque_test.cpp135 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_arraylist_test.cpp180 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_hashset_test.cpp113 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_plainarray_test.cpp163 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_linked_list_test.cpp173 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_list_test.cpp159 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_lightweightset_test.cpp128 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_lightweightmap_test.cpp129 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_buffer_test.cpp115 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_vector_test.cpp155 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_hashmap_test.cpp134 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_treeset_test.cpp171 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_bitvector_test.cpp148 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
Dcontainers_treemap_test.cpp175 JSTaggedValue funcProto = newTarget->GetFunctionPrototype(thread); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp87 JSTaggedValue funcProto = objectFunc->GetFunctionPrototype(thread); in HWTEST_F_L0() local
172 JSHandle<JSTaggedValue> funcProto(thread, objectFunc->GetFunctionPrototype(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2042 auto funcProto = GetPrototypeFromHClass(glue, protoOrHClass); in FastNewThisObject() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp5121 auto funcProto = GetEntryFunctionType(); in LLVMIrConstructor() local