Lines Matching refs:descs
39 std::vector<PropertyDescriptor> &descs,
49 descs.push_back(nameDesc);
56 descs.push_back(prototypeDesc);
59 void JSNapiSendable::InitNonStaticDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs)
68 descs.push_back(constructorDesc);
71 void JSNapiSendable::InitInstanceDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs)
80 descs.push_back(napiWrapperDesc);
85 std::vector<PropertyDescriptor> &descs)
99 descs.push_back(desc);
101 InitInstanceDescription(thread, descs);