Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DExpoModulesHostObject.cpp45 return module->cthis()->getJSIObject(rt); in get()
H A DJavaScriptModuleObject.cpp104 std::shared_ptr<jsi::Object> JavaScriptModuleObject::getJSIObject(jsi::Runtime &runtime) { in getJSIObject() function in expo::JavaScriptModuleObject
133 auto viewPrototypeJSIObject = viewPrototypeObject->getJSIObject(runtime); in getJSIObject()
H A DJavaScriptModuleObject.h72 std::shared_ptr<jsi::Object> getJSIObject(jsi::Runtime &runtime);
H A DJavaScriptRuntime.cpp195 mainObject = coreModule->cthis()->getJSIObject(*runtime); in installMainObject()
/expo/packages/expo-modules-core/android/src/main/cpp/types/
H A DJNIToJSIConverter.cpp70 auto jsiObject = anonymousObject->getJSIObject(rt); in convert()