| 22 | namespace { |
| 23 | |
| 24 | std::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 |
no test coverage detected