Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DMethodMetadata.cpp233 moduleRegistry->jsRegistry->getPropNameID(runtime, name), in toSyncFunction()
304 moduleRegistry->jsRegistry->getPropNameID(runtime, name), in toAsyncFunction()
321 auto &Promise = moduleRegistry->jsRegistry->getObject<jsi::Function>( in toAsyncFunction()
350 moduleRegistry->jsRegistry->getPropNameID(rt, "promiseFn"), in toAsyncFunction()
389 moduleRegistry->jsRegistry->getPropNameID(runtime, "promiseFn"), in createPromiseBody()
H A DJSIInteropModuleRegistry.cpp67 jsRegistry = std::make_unique<JSReferencesCache>(*runtime); in installJSI()
111 jsRegistry = std::make_unique<JSReferencesCache>(jsiRuntime); in installJSIForTests()
H A DExpoModulesHostObject.cpp22 installer->jsRegistry.reset(); in ~ExpoModulesHostObject()
H A DJSIInteropModuleRegistry.h118 std::unique_ptr<JSReferencesCache> jsRegistry; variable