Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0ModuleRegistry.cpp169 folly::dynamic syncMethodIds = folly::dynamic::array; in getConfig() local
177 syncMethodIds.push_back(methodNames.size() - 1); in getConfig()
183 if (!promiseMethodIds.empty() || !syncMethodIds.empty()) { in getConfig()
185 if (!syncMethodIds.empty()) { in getConfig()
186 config.push_back(std::move(syncMethodIds)); in getConfig()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0ModuleRegistry.cpp169 folly::dynamic syncMethodIds = folly::dynamic::array; in getConfig() local
177 syncMethodIds.push_back(methodNames.size() - 1); in getConfig()
183 if (!promiseMethodIds.empty() || !syncMethodIds.empty()) { in getConfig()
185 if (!syncMethodIds.empty()) { in getConfig()
186 config.push_back(std::move(syncMethodIds)); in getConfig()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0ModuleRegistry.cpp168 folly::dynamic syncMethodIds = folly::dynamic::array; in getConfig() local
176 syncMethodIds.push_back(methodNames.size() - 1); in getConfig()
182 if (!promiseMethodIds.empty() || !syncMethodIds.empty()) { in getConfig()
184 if (!syncMethodIds.empty()) { in getConfig()
185 config.push_back(std::move(syncMethodIds)); in getConfig()