Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJSReferencesCache.cpp4 JSReferencesCache::JSReferencesCache(jsi::Runtime &runtime) { in JSReferencesCache() function in expo::JSReferencesCache
13 jsi::PropNameID &JSReferencesCache::getPropNameID( in getPropNameID()
H A DJSReferencesCache.h21 class JSReferencesCache {
27 JSReferencesCache() = delete;
29 JSReferencesCache(jsi::Runtime &runtime);
H A DJSIInteropModuleRegistry.cpp67 jsRegistry = std::make_unique<JSReferencesCache>(*runtime); in installJSI()
111 jsRegistry = std::make_unique<JSReferencesCache>(jsiRuntime); in installJSIForTests()
H A DJSIInteropModuleRegistry.h118 std::unique_ptr<JSReferencesCache> jsRegistry;
H A DMethodMetadata.cpp322 JSReferencesCache::JSKeys::PROMISE in toAsyncFunction()