| 649 | } |
| 650 | |
| 651 | static Napi::Object New(const Napi::CallbackInfo& info) |
| 652 | { |
| 653 | return info.Env().Global().Get(JS_CLASS_NAME).As<Napi::Function>().New({}); |
| 654 | } |
| 655 | |
| 656 | XRViewerPose(const Napi::CallbackInfo& info) |
| 657 | : Napi::ObjectWrap<XRViewerPose>{info} |