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

Function makeV8RuntimeSystraced

android/src/main/cpp/V8ExecutorFactory.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace {
23
24std::unique_ptr<jsi::Runtime> makeV8RuntimeSystraced(
25 std::unique_ptr<V8RuntimeConfig> config,
26 std::shared_ptr<react::MessageQueueThread> jsQueue) {
27 react::SystraceSection s("V8ExecutorFactory::makeV8RuntimeSystraced");
28 return createV8Runtime(std::move(config), jsQueue);
29}
30
31} // namespace
32

Callers 1

createJSExecutorMethod · 0.85

Calls 1

createV8RuntimeFunction · 0.85

Tested by

no test coverage detected