Searched defs:descs (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | jsnapi_sendable.cpp | 39 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()
|
| D | js_hclass.cpp | 1501 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()
|
| D | shared_object_factory.cpp | 306 …e<JSTaggedValue> ObjectFactory::CreateSObjectWithProperties(std::vector<PropertyDescriptor> &descs) in CreateSObjectWithProperties()
|
| D | object_factory.cpp | 5042 const PropertyDescriptor *descs) in CreateJSObjectWithProperties() 5081 … const PropertyDescriptor *descs) in CreateLargeJSObjectWithProperties() 5120 … const PropertyDescriptor *descs) in CreateDictionaryJSObjectWithProperties()
|
| D | js_object.cpp | 331 …SProperties(JSThread *thread, JSHandle<JSObject> obj, const std::vector<PropertyDescriptor> &descs) in SetSProperties()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2462 std::vector<PropertyDescriptor> descs; in NewSWithProperties() local
|