Is the documentation outdated? https://github.com/nodejs/node-addon-api/blob/main/doc/class_property_descriptor.md#class-property-and-descriptor Instead of `InstanceAccessor<&Example::GetValue>("readOnlyProp")` it should be: `InstanceAccessor("getValue", &Point::getValue, nullptr)` What am I missing? 🙂