| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI48_0_0Instance.cpp | 73 std::string sourceURL) { in loadBundle() argument 75 SystraceSection s("Instance::loadBundle", "sourceURL", sourceURL); in loadBundle() 83 std::string sourceURL) { in loadBundleSync() argument 92 void Instance::setSourceURL(std::string sourceURL) { in setSourceURL() argument 94 SystraceSection s("Instance::setSourceURL", "sourceURL", sourceURL); in setSourceURL() 101 std::string sourceURL, in loadScriptFromString() argument 105 loadBundleSync(nullptr, std::move(string), std::move(sourceURL)); in loadScriptFromString() 107 loadBundle(nullptr, std::move(string), std::move(sourceURL)); in loadScriptFromString() 113 const std::string &sourceURL) { in loadRAMBundleFromString() argument 122 const std::string &sourceURL, in loadRAMBundleFromFile() argument [all …]
|
| H A D | ABI48_0_0JSBigString.cpp | 85 const std::string &sourceURL) { in fromPath() argument 86 int fd = ::open(sourceURL.c_str(), O_RDONLY); in fromPath() 87 folly::checkUnixError(fd, "Could not open file", sourceURL); in fromPath()
|
| H A D | ABI48_0_0Instance.h | 53 void setSourceURL(std::string sourceURL); 57 std::string sourceURL, 61 const std::string &sourceURL); 64 const std::string &sourceURL,
|
| H A D | ABI48_0_0NativeToJsBridge.h | 80 std::string sourceURL); 84 std::string sourceURL);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI47_0_0Instance.cpp | 73 std::string sourceURL) { in loadBundle() argument 75 SystraceSection s("Instance::loadBundle", "sourceURL", sourceURL); in loadBundle() 83 std::string sourceURL) { in loadBundleSync() argument 92 void Instance::setSourceURL(std::string sourceURL) { in setSourceURL() argument 94 SystraceSection s("Instance::setSourceURL", "sourceURL", sourceURL); in setSourceURL() 101 std::string sourceURL, in loadScriptFromString() argument 105 loadBundleSync(nullptr, std::move(string), std::move(sourceURL)); in loadScriptFromString() 107 loadBundle(nullptr, std::move(string), std::move(sourceURL)); in loadScriptFromString() 113 const std::string &sourceURL) { in loadRAMBundleFromString() argument 122 const std::string &sourceURL, in loadRAMBundleFromFile() argument [all …]
|
| H A D | ABI47_0_0JSBigString.cpp | 85 const std::string &sourceURL) { in fromPath() argument 86 int fd = ::open(sourceURL.c_str(), O_RDONLY); in fromPath() 87 folly::checkUnixError(fd, "Could not open file", sourceURL); in fromPath()
|
| H A D | ABI47_0_0Instance.h | 53 void setSourceURL(std::string sourceURL); 57 std::string sourceURL, 61 const std::string &sourceURL); 64 const std::string &sourceURL,
|
| H A D | ABI47_0_0NativeToJsBridge.h | 80 std::string sourceURL); 84 std::string sourceURL);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI49_0_0Instance.cpp | 74 std::string sourceURL) { in loadBundle() argument 76 SystraceSection s("Instance::loadBundle", "sourceURL", sourceURL); in loadBundle() 84 std::string sourceURL) { in loadBundleSync() argument 93 void Instance::setSourceURL(std::string sourceURL) { in setSourceURL() argument 95 SystraceSection s("Instance::setSourceURL", "sourceURL", sourceURL); in setSourceURL() 102 std::string sourceURL, in loadScriptFromString() argument 106 loadBundleSync(nullptr, std::move(string), std::move(sourceURL)); in loadScriptFromString() 108 loadBundle(nullptr, std::move(string), std::move(sourceURL)); in loadScriptFromString() 114 const std::string &sourceURL) { in loadRAMBundleFromString() argument 123 const std::string &sourceURL, in loadRAMBundleFromFile() argument [all …]
|
| H A D | ABI49_0_0JSBigString.cpp | 85 const std::string &sourceURL) { in fromPath() argument 86 int fd = ::open(sourceURL.c_str(), O_RDONLY); in fromPath() 87 folly::checkUnixError(fd, "Could not open file", sourceURL); in fromPath()
|
| H A D | ABI49_0_0Instance.h | 53 void setSourceURL(std::string sourceURL); 57 std::string sourceURL, 61 const std::string &sourceURL); 64 const std::string &sourceURL,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI49_0_0jsilib.h | 43 std::string sourceURL) in SourceJavaScriptPreparation() argument 44 : buf_(std::move(buf)), sourceURL_(std::move(sourceURL)) {} in SourceJavaScriptPreparation() 46 const std::string& sourceURL() const { in sourceURL() function
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI48_0_0jsilib.h | 43 std::string sourceURL) in SourceJavaScriptPreparation() argument 44 : buf_(std::move(buf)), sourceURL_(std::move(sourceURL)) {} in SourceJavaScriptPreparation() 46 const std::string& sourceURL() const { in sourceURL() function
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI47_0_0jsilib.h | 43 std::string sourceURL) in SourceJavaScriptPreparation() argument 44 : buf_(std::move(buf)), sourceURL_(std::move(sourceURL)) {} in SourceJavaScriptPreparation() 46 const std::string& sourceURL() const { in sourceURL() function
|
| /expo/packages/expo-dev-menu/ios/Tests/ |
| H A D | DevMenuAppInstanceTest.swift | 42 let sourceURL = appInstance.sourceURL(for: mockedBridge) in spec() variable 44 expect(sourceURL).toNot(beNil()) in spec()
|
| /expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/ |
| H A D | ReanimatedHermesRuntime.cpp | 108 std::string sourceURL; in ReanimatedHermesRuntime() local 110 sourceURL = args[1].asString(rt).utf8(rt); in ReanimatedHermesRuntime() 119 code, sourceMap, sourceURL); in ReanimatedHermesRuntime() 121 return wrappedRuntime->evaluateJavaScript(code, sourceURL); in ReanimatedHermesRuntime()
|
| /expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/ |
| H A D | ReanimatedHermesRuntime.cpp | 108 std::string sourceURL; in ReanimatedHermesRuntime() local 110 sourceURL = args[1].asString(rt).utf8(rt); in ReanimatedHermesRuntime() 119 code, sourceMap, sourceURL); in ReanimatedHermesRuntime() 121 return wrappedRuntime->evaluateJavaScript(code, sourceURL); in ReanimatedHermesRuntime()
|
| /expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/ |
| H A D | ReanimatedHermesRuntime.cpp | 108 std::string sourceURL; in ReanimatedHermesRuntime() local 110 sourceURL = args[1].asString(rt).utf8(rt); in ReanimatedHermesRuntime() 119 code, sourceMap, sourceURL); in ReanimatedHermesRuntime() 121 return wrappedRuntime->evaluateJavaScript(code, sourceURL); in ReanimatedHermesRuntime()
|
| /expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/ |
| H A D | ReanimatedHermesRuntime.cpp | 108 std::string sourceURL; in ReanimatedHermesRuntime() local 110 sourceURL = args[1].asString(rt).utf8(rt); in ReanimatedHermesRuntime() 119 code, sourceMap, sourceURL); in ReanimatedHermesRuntime() 121 return wrappedRuntime->evaluateJavaScript(code, sourceURL); in ReanimatedHermesRuntime()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTJavaScriptExecutor.h | 60 sourceURL:(NSURL *)sourceURL
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTJavaScriptExecutor.h | 60 sourceURL:(NSURL *)sourceURL
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTJavaScriptExecutor.h | 60 sourceURL:(NSURL *)sourceURL
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTDevSplitBundleLoader.mm | 45 …NSURL *sourceURL = [[ABI49_0_0RCTBundleURLProvider sharedSettings] jsBundleURLForSplitBundleRoot:b… 47 [_bridge loadAndExecuteSplitBundleURL:sourceURL 56 [ABI49_0_0RCTJavaScriptLoader loadBundleAtURL:sourceURL
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTDevSplitBundleLoader.mm | 45 …NSURL *sourceURL = [[ABI47_0_0RCTBundleURLProvider sharedSettings] jsBundleURLForSplitBundleRoot:b… 47 [_bridge loadAndExecuteSplitBundleURL:sourceURL 56 [ABI47_0_0RCTJavaScriptLoader loadBundleAtURL:sourceURL
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI48_0_0RCTDevSplitBundleLoader.mm | 45 …NSURL *sourceURL = [[ABI48_0_0RCTBundleURLProvider sharedSettings] jsBundleURLForSplitBundleRoot:b… 47 [_bridge loadAndExecuteSplitBundleURL:sourceURL 56 [ABI48_0_0RCTJavaScriptLoader loadBundleAtURL:sourceURL
|