Home
last modified time | relevance | path

Searched refs:strongNativeToJsBridge (Results 1 – 3 of 3) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0Instance.cpp220 if (auto strongNativeToJsBridge = weakNativeToJsBridge.lock()) { in getRuntimeExecutor() local
221 strongNativeToJsBridge->runOnExecutorQueue( in getRuntimeExecutor()
286 if (auto strongNativeToJsBridge = m_nativeToJsBridge.lock()) { in scheduleAsync() local
287 strongNativeToJsBridge->runOnExecutorQueue( in scheduleAsync()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0Instance.cpp220 if (auto strongNativeToJsBridge = weakNativeToJsBridge.lock()) { in getRuntimeExecutor() local
221 strongNativeToJsBridge->runOnExecutorQueue( in getRuntimeExecutor()
286 if (auto strongNativeToJsBridge = m_nativeToJsBridge.lock()) { in scheduleAsync() local
287 strongNativeToJsBridge->runOnExecutorQueue( in scheduleAsync()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0Instance.cpp225 if (auto strongNativeToJsBridge = weakNativeToJsBridge.lock()) { in getRuntimeExecutor() local
226 strongNativeToJsBridge->runOnExecutorQueue( in getRuntimeExecutor()
292 if (auto strongNativeToJsBridge = m_nativeToJsBridge.lock()) { in scheduleAsync() local
293 strongNativeToJsBridge->runOnExecutorQueue( in scheduleAsync()