| 30 | } |
| 31 | |
| 32 | INIT(Backup::Init) { |
| 33 | return DefineClass(env, "Backup", { |
| 34 | PrototypeMethod<Backup, &Backup::JS_transfer>("transfer", addon), |
| 35 | PrototypeMethod<Backup, &Backup::JS_close>("close", addon), |
| 36 | }, addon); |
| 37 | } |
| 38 | |
| 39 | NODE_METHOD(Backup::JS_new) { |
| 40 | UseAddon; |
nothing calls this directly
no outgoing calls
no test coverage detected