Home
last modified time | relevance | path

Searched refs:CreateJSObjectWithNamedProperties (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h732 … JSHandle<JSTaggedValue> CreateJSObjectWithNamedProperties(size_t propertyCount, const char **keys,
Dobject_factory.cpp5155 JSHandle<JSTaggedValue> ObjectFactory::CreateJSObjectWithNamedProperties(size_t propertyCount, cons… in CreateJSObjectWithNamedProperties() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2476 …JSHandle<JSTaggedValue> obj = factory->CreateJSObjectWithNamedProperties(propertyCount, keys, valu… in NewWithNamedProperties()