| 15 | // because V8 does not garbage-collect classes. |
| 16 | |
| 17 | static Napi::Value TestMethod(const Napi::CallbackInfo& /*info*/) { |
| 18 | return Napi::Value(); |
| 19 | } |
| 20 | |
| 21 | static Napi::Value TestGetter(const Napi::CallbackInfo& /*info*/) { |
| 22 | return Napi::Value(); |