Home
last modified time | relevance | path

Searched defs:protoValue (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyLiteralsProto.cpp19 void VariantValue::Serialize(const LiteralValueType &value, protoPanda::VariantValue &protoValue) in Serialize() argument
61 Deserialize(const protoPanda::VariantValue &protoValue, LiteralValueType &value) Deserialize() argument
[all...]
H A DmetaProto.cpp67 auto *protoValue = protoMeta.mutable_value(); in Serialize() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp1934 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in InitializeSetIterator() local
1949 JSHandle<JSTaggedValue> protoValue = env->GetSharedSetIteratorPrototype(); in InitializeSSetIterator() local
1966 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in InitializeMapIterator() local
1982 JSHandle<JSTaggedValue> protoValue = env->GetSharedMapIteratorPrototype(); in InitializeSMapIterator() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp2557 JSHandle<JSTaggedValue> protoValue = thread_->GlobalConstants()->GetHandledJSRealmClass(); in NewJSRealm() local
3410 JSHandle<JSTaggedValue> protoValue = env->GetSharedSetIteratorPrototype(); in NewJSSetIterator() local
3426 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in NewJSSetIterator() local
3443 JSHandle<JSTaggedValue> protoValue = env->GetRegExpIteratorPrototype(); in NewJSRegExpIterator() local
3460 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); NewJSMapIterator() local
3475 JSHandle<JSTaggedValue> protoValue = env->GetSharedMapIteratorPrototype(); NewJSMapIterator() local
3534 JSHandle<JSTaggedValue> protoValue = env->GetArrayIteratorPrototype(); NewJSArrayIterator() local
3550 JSHandle<JSTaggedValue> protoValue = env->GetSharedArrayIteratorPrototype(); NewJSSharedArrayIterator() local
[all...]

Completed in 17 milliseconds