Home
last modified time | relevance | path

Searched refs:CreateDictionaryJSObjectWithNamedProperties (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h995 …JSHandle<JSTaggedValue> CreateDictionaryJSObjectWithNamedProperties(size_t propertyCount, const ch…
Dobject_factory.cpp5192 return CreateDictionaryJSObjectWithNamedProperties(propertyCount, keys, values); in CreateLargeJSObjectWithNamedProperties()
5221 JSHandle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithNamedProperties(size_t propertyC… in CreateDictionaryJSObjectWithNamedProperties() function in panda::ecmascript::ObjectFactory