Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptRuntime.h84 void installMainObject();
H A DJSIInteropModuleRegistry.cpp76 runtimeHolder->installMainObject(); in installJSI()
113 runtimeHolder->installMainObject(); in installJSIForTests()
H A DJavaScriptRuntime.cpp192 void JavaScriptRuntime::installMainObject() { in installMainObject() function in expo::JavaScriptRuntime