Home
last modified time | relevance | path

Searched refs:SyncCallInvoker (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptRuntime.cpp40 class SyncCallInvoker : public react::CallInvoker { class
50 ~SyncCallInvoker() override = default;
67 using SyncNativeMethodCallInvoker = SyncCallInvoker;
75 : jsInvoker(std::make_shared<SyncCallInvoker>()), in JavaScriptRuntime()