Home
last modified time | relevance | path

Searched defs:protoValue (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyLiteralsProto.cpp19 void VariantValue::Serialize(const LiteralValueType &value, protoPanda::VariantValue &protoValue) in Serialize()
61 void VariantValue::Deserialize(const protoPanda::VariantValue &protoValue, LiteralValueType &value) in Deserialize()
DannotationProto.cpp269 for (const auto &protoValue : protoArray.values()) { in Deserialize() local
DmetaProto.cpp67 auto *protoValue = protoMeta.mutable_value(); in Serialize() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1747 JSHandle<JSTaggedValue> protoValue(proto); in OrdinaryNewJSObjectCreate() local
2566 JSHandle<JSTaggedValue> protoValue = thread_->GlobalConstants()->GetHandledJSRealmClass(); in NewJSRealm() local
3430 JSHandle<JSTaggedValue> protoValue = env->GetSharedSetIteratorPrototype(); in NewJSSetIterator() local
3446 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in NewJSSetIterator() local
3463 JSHandle<JSTaggedValue> protoValue = env->GetRegExpIteratorPrototype(); in NewJSRegExpIterator() local
3480 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in NewJSMapIterator() local
3495 JSHandle<JSTaggedValue> protoValue = env->GetSharedMapIteratorPrototype(); in NewJSMapIterator() local
3554 JSHandle<JSTaggedValue> protoValue = env->GetArrayIteratorPrototype(); in NewJSArrayIterator() local
3570 JSHandle<JSTaggedValue> protoValue = env->GetSharedArrayIteratorPrototype(); in NewJSSharedArrayIterator() local
4330 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetArrayListIteratorPrototype()); in NewJSAPIArrayListIterator() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1933 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in InitializeSetIterator() local
1948 JSHandle<JSTaggedValue> protoValue = env->GetSharedSetIteratorPrototype(); in InitializeSSetIterator() local
1965 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in InitializeMapIterator() local
1981 JSHandle<JSTaggedValue> protoValue = env->GetSharedMapIteratorPrototype(); in InitializeSMapIterator() local