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