| 789 | } |
| 790 | |
| 791 | static Napi::Object New(const Napi::CallbackInfo& info) |
| 792 | { |
| 793 | return info.Env().Global().Get(JS_CLASS_NAME).As<Napi::Function>().New({info[0]}); |
| 794 | } |
| 795 | |
| 796 | XRRay(const Napi::CallbackInfo& info) |
| 797 | : Napi::ObjectWrap<XRRay>{info} |
no test coverage detected