Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptRuntime.h89 std::shared_ptr<jsi::Object> getMainObject();
H A DJSIInteropModuleRegistry.cpp83 ->getMainObject() in installJSI()
119 ->getMainObject() in installJSIForTests()
H A DJavaScriptRuntime.cpp211 std::shared_ptr<jsi::Object> JavaScriptRuntime::getMainObject() { in getMainObject() function in expo::JavaScriptRuntime