| 52 | } |
| 53 | |
| 54 | static inline Napi::Object DoneRecord(Napi::Env env, Addon* addon) { |
| 55 | return NewRecord(env, env.Undefined(), addon, true); |
| 56 | } |
| 57 | |
| 58 | NODE_METHOD(JS_new); |
| 59 | static NODE_METHOD(JS_next); |
nothing calls this directly
no outgoing calls
no test coverage detected