| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 194 JSHandle<JSObject> NewObject(uint32_t size, JSType type, JSHandle<JSTaggedValue> proto) in NewObject() 201 JSHandle<JSObject> NewSObject(uint32_t size, JSType type, JSHandle<JSTaggedValue> proto) in NewSObject() 213 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSSet() local 225 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetSFunctionPrototype(); in NewJSSharedSet() local 239 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSMap() local 251 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetSFunctionPrototype(); in NewJSSharedMap() local 265 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSWeakSet() local 277 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSWeakMap() local 313 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSRegExpIterator() local 335 JSHandle<JSTaggedValue> proto = instance->GetGlobalEnv()->GetFunctionPrototype(); in NewJSAPIArrayList() local [all …]
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/ |
| D | publicapilocalregexpref_fuzzer.cpp | 41 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpGetOriginalSourceFuzzTest() local 70 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpRefGetOriginalFlagsFuzzTest() local 98 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsGlobalRefFuzzTest() local 121 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsIgnoreCaseFuzzTest() local 145 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsMultilineFuzzTest() local 169 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsDotAllFuzzTest() local 193 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsUtf16FuzzTest() local 217 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in LocalRegExpIsSticklFuzzTest() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/obj/ |
| D | proto.js | 15 let proto = {}; variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 221 …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/ets_runtime/test/aottest/builtin_inlining/object/Object/ |
| D | builtinObjectObject.ts | 31 let proto = {name: "create"}; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_method.cpp | 83 auto proto = GetPandaMethod()->GetProto(); in GetNumArgSlots() local 117 auto proto = GetPandaMethod()->GetProto(); in ResolveArgType() local 154 auto proto = GetPandaMethod()->GetProto(); in GetMethodSignature() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/ |
| D | jsvaluerefiscontainer_fuzzer.cpp | 49 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsVectorFuzzTest() local 88 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsRegExpFuzzTest() local 143 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsTreeMapFuzzTest() local 168 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in JSValueRefIsTreeSetFuzzTest() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyTypeProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyFileLocationProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyFieldProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyLabelProto.cpp | 18 namespace panda::proto { namespace
|
| D | options.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyDebugProto.cpp | 18 namespace panda::proto { namespace
|
| D | ideHelpersProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyRecordProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyInsProto.cpp | 18 namespace panda::proto { namespace
|
| D | main.cpp | 23 namespace panda::proto { namespace
|
| /arkcompiler/ets_runtime/test/moduletest/instanceofic/ |
| D | instanceofic.js | 98 var proto = proto_desc.value; variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass-inl.h | 31 bool JSHClass::ProtoIsFastJSArray(const JSThread *thread, const JSHandle<JSTaggedValue> proto, in ProtoIsFastJSArray() 88 const JSHandle<JSTaggedValue> &proto) in AddProtoTransitions() 154 …line JSHClass *JSHClass::FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &proto) in FindProtoTransitions() 318 auto proto = hclass->GetProto(); in FindProtoHClass() local 328 auto proto = hclass->GetProto(); in FindProtoRootHClass() local
|
| /arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/ |
| D | pgo_object_prototype.js | 16 var proto = { variable
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | class-inl.h | 456 inline Method *Class::GetDirectMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetDirectMethod() 463 inline Method *Class::GetClassMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetClassMethod() 469 …od *Class::GetClassMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) const in GetClassMethod() 476 const Method::Proto &proto) const in GetStaticClassMethodByName() 483 const Method::Proto &proto) const in GetVirtualClassMethodByName() 489 inline Method *Class::GetInterfaceMethod(const uint8_t *mutf8Name, const Method::Proto &proto) const in GetInterfaceMethod() 495 …Class::GetInterfaceMethod(const panda_file::File::StringData &sd, const Method::Proto &proto) const in GetInterfaceMethod() 502 const Method::Proto &proto) const in GetStaticInterfaceMethodByName() 509 const Method::Proto &proto) const in GetVirtualInterfaceMethodByName()
|
| /arkcompiler/ets_runtime/test/moduletest/typedarrayfrom_in_api14/ |
| D | typedarrayfrom_in_api14.js | 24 let proto = "proto"; variable
|
| /arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/ |
| D | setobjectwithproto.js | 98 function TestSetPrototypeOf(object, proto) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/multiprotoic/ |
| D | multiprotoic.js | 22 let proto = new P(); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_constantpool_patcher.cpp | 19 …antpoolPatcher::SetPrototypeForTransitions(JSThread *thread, JSHClass *hclass, JSTaggedValue proto) in SetPrototypeForTransitions()
|