| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 181 …c JSHandle<JSMap> NewJSMap(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSMap() 190 …c JSHandle<JSSet> NewJSSet(JSThread *thread, ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSSet() 202 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashMap() local 213 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIHashSet() local 224 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeMap() local 235 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPITreeSet() local 246 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIPlainArray() local 262 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPIList() local 273 JSHandle<JSTaggedValue> proto = globalEnv->GetObjectFunctionPrototype(); in NewJSAPILinkedList() local 290 JSHandle<JSTaggedValue> proto) in NewJSAPIArrayList() [all …]
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyTypeProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyFileLocationProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyLabelProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyFieldProto.cpp | 18 namespace panda::proto { namespace
|
| D | options.cpp | 20 namespace panda::proto { namespace
|
| D | assemblyDebugProto.cpp | 18 namespace panda::proto { namespace
|
| D | ideHelpersProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyInsProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyRecordProto.cpp | 18 namespace panda::proto { namespace
|
| D | main.cpp | 24 namespace panda::proto { namespace
|
| D | protobufSnapshotGenerator.cpp | 21 namespace panda::proto { namespace
|
| D | assemblyLiteralsProto.cpp | 18 namespace panda::proto { namespace
|
| D | assemblyProgramProto.cpp | 18 namespace panda::proto { namespace
|
| D | mergeProgram.cpp | 31 namespace panda::proto { namespace
|
| D | assemblyFunctionProto.cpp | 19 namespace panda::proto { namespace
|
| D | annotationProto.cpp | 18 namespace panda::proto { namespace
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_for_in_iterator.cpp | 44 JSTaggedValue proto = hclass->GetPrototype(); in CheckObjProto() local 145 JSTaggedValue proto = JSTaggedValue::GetPrototype(thread, object); in NextInternal() local
|
| D | js_hclass.cpp | 321 const JSHandle<JSTaggedValue> &proto) in TransitionProto() 352 const JSHandle<JSTaggedValue> &proto) in TransProtoWithoutLayout() 374 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto) in SetPrototype() 380 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in SetPrototype() 390 void JSHClass::ShouldUpdateProtoClass(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in ShouldUpdateProtoClass() 519 JSTaggedValue proto = jshclass->GetPrototype(); in EnableProtoChangeMarker() local 576 JSTaggedValue proto = user->GetPrototype(); in RegisterOnProtoChain() local 619 JSTaggedValue proto = jshclass->GetPrototype(); in UnregisterOnProtoChain() local
|
| D | js_hclass-inl.h | 69 const JSHandle<JSTaggedValue> &proto) in AddProtoTransitions() 126 …line JSHClass *JSHClass::FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &proto) in FindProtoTransitions()
|
| D | js_function.h | 131 inline void SetFunctionPrototype(const JSThread *thread, JSTaggedValue proto) in SetFunctionPrototype()
|
| D | object_factory.cpp | 668 JSHandle<JSHClass> ObjectFactory::CreateJSRegExpInstanceClass(JSHandle<JSTaggedValue> proto) in CreateJSRegExpInstanceClass() 691 JSHandle<JSHClass> ObjectFactory::CreateJSArrayInstanceClass(JSHandle<JSTaggedValue> proto) in CreateJSArrayInstanceClass() 720 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in CreateJSArguments() local 1400 JSHandle<JSObject> ObjectFactory::OrdinaryNewJSObjectCreate(const JSHandle<JSTaggedValue> &proto) in OrdinaryNewJSObjectCreate() 1666 JSHandle<JSTaggedValue> proto = env->GetFunctionPrototype(); in NewJSBoundFunction() local 1739 …JSHandle<JSTaggedValue> proto(thread_, JSHandle<JSFunction>::Cast(generatorFunction)->GetProtoOrHC… in NewJSGeneratorObject() local 1754 …JSHandle<JSTaggedValue> proto(thread_, JSHandle<JSFunction>::Cast(generatorFunction)->GetProtoOrHC… in NewJSAsyncGeneratorObject() local 1770 JSHandle<JSTaggedValue> proto = env->GetInitialGenerator(); in NewJSAsyncFuncObject() local 2756 JSHandle<JSTaggedValue> proto(thread_, globalConst->GetHashMapIteratorPrototype()); in NewJSAPIHashMapIterator() local 2777 JSHandle<JSTaggedValue> proto(thread_, globalConst->GetHashSetIteratorPrototype()); in NewJSAPIHashSetIterator() local [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/multiprotoic/ |
| D | multiprotoic.js | 22 let proto = new P(); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_proxy.cpp | 64 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in Revocable() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 52 JSTaggedValue proto = hclass->GetPrototype(); in UpdateLoadHandler() local
|