Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h1062 JSHandle<JSTaggedValue> CreateDictionaryJSObjectWithProperties(size_t propertyCount,
Dobject_factory.cpp5459 return CreateDictionaryJSObjectWithProperties(propertyCount, keys, descs); in CreateLargeJSObjectWithProperties()
5492 JSHandle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithProperties(size_t propertyCount, in CreateDictionaryJSObjectWithProperties() function in panda::ecmascript::ObjectFactory