Home
last modified time | relevance | path

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

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