Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp181 …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/
DassemblyTypeProto.cpp18 namespace panda::proto { namespace
DassemblyFileLocationProto.cpp18 namespace panda::proto { namespace
DassemblyLabelProto.cpp18 namespace panda::proto { namespace
DassemblyFieldProto.cpp18 namespace panda::proto { namespace
Doptions.cpp20 namespace panda::proto { namespace
DassemblyDebugProto.cpp18 namespace panda::proto { namespace
DideHelpersProto.cpp18 namespace panda::proto { namespace
DassemblyInsProto.cpp18 namespace panda::proto { namespace
DassemblyRecordProto.cpp18 namespace panda::proto { namespace
Dmain.cpp24 namespace panda::proto { namespace
DprotobufSnapshotGenerator.cpp21 namespace panda::proto { namespace
DassemblyLiteralsProto.cpp18 namespace panda::proto { namespace
DassemblyProgramProto.cpp18 namespace panda::proto { namespace
DmergeProgram.cpp31 namespace panda::proto { namespace
DassemblyFunctionProto.cpp19 namespace panda::proto { namespace
DannotationProto.cpp18 namespace panda::proto { namespace
/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp44 JSTaggedValue proto = hclass->GetPrototype(); in CheckObjProto() local
145 JSTaggedValue proto = JSTaggedValue::GetPrototype(thread, object); in NextInternal() local
Djs_hclass.cpp321 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
Djs_hclass-inl.h69 const JSHandle<JSTaggedValue> &proto) in AddProtoTransitions()
126 …line JSHClass *JSHClass::FindProtoTransitions(const JSTaggedValue &key, const JSTaggedValue &proto) in FindProtoTransitions()
Djs_function.h131 inline void SetFunctionPrototype(const JSThread *thread, JSTaggedValue proto) in SetFunctionPrototype()
Dobject_factory.cpp668 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/
Dmultiprotoic.js22 let proto = new P(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_proxy.cpp64 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in Revocable() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp52 JSTaggedValue proto = hclass->GetPrototype(); in UpdateLoadHandler() local

123