Searched refs:jsRegistry (Results 1 – 4 of 4) sorted by relevance
233 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()
67 jsRegistry = std::make_unique<JSReferencesCache>(*runtime); in installJSI()111 jsRegistry = std::make_unique<JSReferencesCache>(jsiRuntime); in installJSIForTests()
22 installer->jsRegistry.reset(); in ~ExpoModulesHostObject()
118 std::unique_ptr<JSReferencesCache> jsRegistry; variable