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