Searched defs:ImageConstructorInfo (Results 1 – 1 of 1) sorted by relevance
286 struct ImageConstructorInfo { struct287 std::string className;288 napi_ref* classRef;289 napi_callback constructor;290 const napi_property_descriptor* property;291 size_t propertyCount;292 const napi_property_descriptor* staticProperty;293 size_t staticPropertyCount;