Home
last modified time | relevance | path

Searched refs:currentCache (Results 1 – 2 of 2) sorted by relevance

/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.cpp70 JsiHostFunctionCache *currentCache; in get() local
72 currentCache = &runtimeCache->second; in get()
82 currentCache = &_cache.at(&runtime); in get()
94 currentCache->emplace(nameStr, std::make_unique<jsi::Function>( in get()
99 return currentCache->at(nameStr)->asFunction(runtime); in get()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.cpp70 JsiHostFunctionCache *currentCache; in get() local
72 currentCache = &runtimeCache->second; in get()
82 currentCache = &_cache.at(&runtime); in get()
94 currentCache->emplace(nameStr, std::make_unique<jsi::Function>( in get()
99 return currentCache->at(nameStr)->asFunction(runtime); in get()