MCPcopy Create free account
hub / github.com/Kudo/react-native-v8 / V8Executor

Method V8Executor

android/src/main/cpp/V8ExecutorFactory.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54V8Executor::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected