Searched refs:CreateDictionaryJSObjectWithNamedProperties (Results 1 – 2 of 2) sorted by relevance
995 …JSHandle<JSTaggedValue> CreateDictionaryJSObjectWithNamedProperties(size_t propertyCount, const ch…
5192 return CreateDictionaryJSObjectWithNamedProperties(propertyCount, keys, values); in CreateLargeJSObjectWithNamedProperties()5221 JSHandle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithNamedProperties(size_t propertyC… in CreateDictionaryJSObjectWithNamedProperties() function in panda::ecmascript::ObjectFactory