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.cpp266 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.cpp1514 JSHandle<JSTaggedValue> protoValue(proto); in OrdinaryNewJSObjectCreate() local
2329 JSHandle<JSTaggedValue> protoValue = thread_->GlobalConstants()->GetHandledJSRealmClass(); in NewJSRealm() local
3151 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in NewJSSetIterator() local
3168 JSHandle<JSTaggedValue> protoValue = env->GetRegExpIteratorPrototype(); in NewJSRegExpIterator() local
3185 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in NewJSMapIterator() local
3243 JSHandle<JSTaggedValue> protoValue = env->GetArrayIteratorPrototype(); in NewJSArrayIterator() local
4054 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetArrayListIteratorPrototype()); in NewJSAPIArrayListIterator() local
4069 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightMapIteratorPrototype()); in NewJSAPILightWeightMapIterator() local
4085 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightSetIteratorPrototype()); in NewJSAPILightWeightSetIterator() local
4114 …JSHandle<JSTaggedValue> protoValue(thread_, thread_->GlobalConstants()->GetPlainArrayIteratorProto… in NewJSAPIPlainArrayIterator() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1917 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in InitializeSetIterator() local
1934 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in InitializeMapIterator() local