Searched defs:PropertyInfo (Results 1 – 2 of 2) sorted by relevance
37 struct PropertyInfo { struct38 const std::string propertyName;39 bool isNecessary = false;40 napi_valuetype propertyType = napi_undefined;
339 enum class PropertyInfo { enum