Searched refs:CreateDictionaryJSObjectWithProperties (Results 1 – 2 of 2) sorted by relevance
772 JSHandle<JSTaggedValue> CreateDictionaryJSObjectWithProperties(size_t propertyCount,
4727 return CreateDictionaryJSObjectWithProperties(propertyCount, keys, descs); in CreateLargeJSObjectWithProperties()4756 JSHandle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithProperties(size_t propertyCount, in CreateDictionaryJSObjectWithProperties() function in panda::ecmascript::ObjectFactory