Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 115) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp389 JSHandle<JSObject> NewObject(uint32_t size, JSType type, JSHandle<JSTaggedValue> proto) in NewObject()
396 JSHandle<JSObject> NewSObject(uint32_t size, JSType type, JSHandle<JSTaggedValue> proto) in NewSObject()
408 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSSet() local
420 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetSFunctionPrototype(); in NewJSSharedSet() local
434 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSMap() local
446 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetSFunctionPrototype(); in NewJSSharedMap() local
460 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSWeakSet() local
472 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSWeakMap() local
508 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSRegExpIterator() local
530 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSAPIArrayList() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp221 …c JSHandle<JSMap> NewJSMap(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSMap()
233 JSHandle<JSTaggedValue> proto = globalEnv->GetSFunctionPrototype(); in NewJSSharedMap() local
245 …c JSHandle<JSSet> NewJSSet(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSSet()
257 JSHandle<JSTaggedValue> proto = globalEnv->GetSFunctionPrototype(); in NewJSSharedSet() local
272 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashMap() local
283 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashSet() local
294 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeMap() local
305 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeSet() local
316 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIPlainArray() local
332 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIList() local
[all …]
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/obj/
Dproto.js15 let proto = {}; variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/object/Object/
DbuiltinObjectObject.ts31 let proto = {name: "create"}; variable
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyTypeProto.cpp18 namespace panda::proto { namespace
DassemblyFileLocationProto.cpp18 namespace panda::proto { namespace
DassemblyFieldProto.cpp18 namespace panda::proto { namespace
DassemblyLabelProto.cpp18 namespace panda::proto { namespace
Doptions.cpp18 namespace panda::proto { namespace
DassemblyDebugProto.cpp18 namespace panda::proto { namespace
DideHelpersProto.cpp18 namespace panda::proto { namespace
DassemblyRecordProto.cpp18 namespace panda::proto { namespace
DassemblyInsProto.cpp18 namespace panda::proto { namespace
Dmain.cpp23 namespace panda::proto { namespace
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h456 inline Method *Class::GetDirectMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetDirectMethod()
463 …od *Class::GetClassMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) const in GetClassMethod()
470 const Method::Proto &proto) const in GetStaticClassMethodByName()
477 const Method::Proto &proto) const in GetVirtualClassMethodByName()
483 …Class::GetInterfaceMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) const in GetInterfaceMethod()
490 const Method::Proto &proto) const in GetStaticInterfaceMethodByName()
497 const Method::Proto &proto) const in GetVirtualInterfaceMethodByName()
527 inline Method *Class::GetClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetClassMethod()
534 inline Method *Class::GetStaticClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) co… in GetStaticClassMethod()
541 inline Method *Class::GetVirtualClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) c… in GetVirtualClassMethod()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
Djsvaluerefiscontainer_fuzzer.cpp49 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsVectorFuzzTest() local
91 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsRegExpFuzzTest() local
146 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsTreeMapFuzzTest() local
171 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsTreeSetFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.cpp54 … Method::Proto proto(Method::Proto::ShortyVector {panda_file::Type(panda_file::Type::TypeId::VOID), in CreateExceptionInstance() local
89 … Method::Proto proto(Method::Proto::ShortyVector {panda_file::Type(panda_file::Type::TypeId::VOID), in CreateErrorInstance() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_method.cpp120 auto proto = GetPandaMethod()->GetProto(); in GetNumArgSlots() local
212 auto proto = GetPandaMethod()->GetProto(); in ResolveArgType() local
249 auto proto = GetPandaMethod()->GetProto(); in GetMethodSignature() local
/arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/
Dpgo_object_prototype.js16 var proto = { variable
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/
Dsetobjectwithproto.js98 function TestSetPrototypeOf(object, proto) { argument
/arkcompiler/ets_runtime/test/moduletest/typedarrayfrom_in_api14/
Dtypedarrayfrom_in_api14.js24 let proto = "proto"; variable
/arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/
Dpublicapilocalregexpref_fuzzer.cpp46 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpAllFuzzTest() local
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/
Dmultiprotoic.js22 let proto = new P(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_constantpool_patcher.cpp19 …antpoolPatcher::SetPrototypeForTransitions(JSThread *thread, JSHClass *hclass, JSTaggedValue proto) in SetPrototypeForTransitions()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_proxy.cpp60 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in Revocable() local

12345