| 54 | } |
| 55 | |
| 56 | static Napi::Value OwnPropertyGetter(const Napi::CallbackInfo& info) { |
| 57 | return static_cast<Test*>(info.Data())->Getter(info); |
| 58 | } |
| 59 | |
| 60 | static Napi::Value CanUnWrap(const Napi::CallbackInfo& info) { |
| 61 | Napi::Object wrappedObject = info[0].As<Napi::Object>(); |