| 52 | } |
| 53 | |
| 54 | V8Executor::V8Executor( |
| 55 | std::shared_ptr<jsi::Runtime> runtime, |
| 56 | std::shared_ptr<react::ExecutorDelegate> delegate, |
| 57 | std::shared_ptr<react::MessageQueueThread> jsQueue, |
| 58 | const react::JSIScopedTimeoutInvoker &timeoutInvoker, |
| 59 | RuntimeInstaller runtimeInstaller) |
| 60 | : JSIExecutor(runtime, delegate, timeoutInvoker, runtimeInstaller) {} |
| 61 | |
| 62 | } // namespace rnv8 |
nothing calls this directly
no outgoing calls
no test coverage detected