Home
last modified time | relevance | path

Searched defs:propertyCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4689 JSHandle<JSTaggedValue> ObjectFactory::CreateJSObjectWithProperties(size_t propertyCount, in CreateJSObjectWithProperties()
4721 JSHandle<JSTaggedValue> ObjectFactory::CreateLargeJSObjectWithProperties(size_t propertyCount, in CreateLargeJSObjectWithProperties()
4756 JSHandle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithProperties(size_t propertyCount, in CreateDictionaryJSObjectWithProperties()
4787 JSHandle<JSTaggedValue> ObjectFactory::CreateJSObjectWithNamedProperties(size_t propertyCount, cons… in CreateJSObjectWithNamedProperties()
4818 JSHandle<JSTaggedValue> ObjectFactory::CreateLargeJSObjectWithNamedProperties(size_t propertyCount,… in CreateLargeJSObjectWithNamedProperties()
4852 …dle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithNamedProperties(size_t propertyCount, in CreateDictionaryJSObjectWithNamedProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1550 Local<ObjectRef> ObjectRef::NewWithProperties(const EcmaVM *vm, size_t propertyCount, in NewWithProperties()
1583 Local<ObjectRef> ObjectRef::NewWithNamedProperties(const EcmaVM *vm, size_t propertyCount, in NewWithNamedProperties()