Home
last modified time | relevance | path

Searched defs:descs (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djsnapi_sendable.cpp39 std::vector<PropertyDescriptor> &descs, in InitStaticDescription()
59 … JSNapiSendable::InitNonStaticDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs) in InitNonStaticDescription()
71 …d JSNapiSendable::InitInstanceDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs) in InitInstanceDescription()
85 std::vector<PropertyDescriptor> &descs) in InitWithPropertiesInfo()
Djs_hclass.cpp1501 const std::vector<PropertyDescriptor> &descs, in CreateSHClass()
1532 … JSHClass::CreateSConstructorHClass(JSThread *thread, const std::vector<PropertyDescriptor> &descs) in CreateSConstructorHClass()
1540 …s> JSHClass::CreateSPrototypeHClass(JSThread *thread, const std::vector<PropertyDescriptor> &descs) in CreateSPrototypeHClass()
1549 const std::vector<PropertyDescriptor> &descs, in CreateSInlinedLayout()
1604 const std::vector<PropertyDescriptor> &descs, in CreateSDictLayout()
Dshared_object_factory.cpp306 …e<JSTaggedValue> ObjectFactory::CreateSObjectWithProperties(std::vector<PropertyDescriptor> &descs) in CreateSObjectWithProperties()
Dobject_factory.cpp5042 const PropertyDescriptor *descs) in CreateJSObjectWithProperties()
5081const PropertyDescriptor *descs) in CreateLargeJSObjectWithProperties()
5120const PropertyDescriptor *descs) in CreateDictionaryJSObjectWithProperties()
Djs_object.cpp331 …SProperties(JSThread *thread, JSHandle<JSObject> obj, const std::vector<PropertyDescriptor> &descs) in SetSProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2462 std::vector<PropertyDescriptor> descs; in NewSWithProperties() local