Home
last modified time | relevance | path

Searched refs:sourceURL (Results 1 – 25 of 80) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0Instance.cpp73 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 DABI48_0_0JSBigString.cpp85 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 DABI48_0_0Instance.h53 void setSourceURL(std::string sourceURL);
57 std::string sourceURL,
61 const std::string &sourceURL);
64 const std::string &sourceURL,
H A DABI48_0_0NativeToJsBridge.h80 std::string sourceURL);
84 std::string sourceURL);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0Instance.cpp73 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 DABI47_0_0JSBigString.cpp85 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 DABI47_0_0Instance.h53 void setSourceURL(std::string sourceURL);
57 std::string sourceURL,
61 const std::string &sourceURL);
64 const std::string &sourceURL,
H A DABI47_0_0NativeToJsBridge.h80 std::string sourceURL);
84 std::string sourceURL);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0Instance.cpp74 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 DABI49_0_0JSBigString.cpp85 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 DABI49_0_0Instance.h53 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 DABI49_0_0jsilib.h43 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 DABI48_0_0jsilib.h43 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 DABI47_0_0jsilib.h43 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 DDevMenuAppInstanceTest.swift42 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 DReanimatedHermesRuntime.cpp108 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 DReanimatedHermesRuntime.cpp108 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 DReanimatedHermesRuntime.cpp108 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 DReanimatedHermesRuntime.cpp108 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 DABI49_0_0RCTJavaScriptExecutor.h60 sourceURL:(NSURL *)sourceURL
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTJavaScriptExecutor.h60 sourceURL:(NSURL *)sourceURL
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTJavaScriptExecutor.h60 sourceURL:(NSURL *)sourceURL
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTDevSplitBundleLoader.mm45 …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 DABI47_0_0RCTDevSplitBundleLoader.mm45 …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 DABI48_0_0RCTDevSplitBundleLoader.mm45 …NSURL *sourceURL = [[ABI48_0_0RCTBundleURLProvider sharedSettings] jsBundleURLForSplitBundleRoot:b…
47 [_bridge loadAndExecuteSplitBundleURL:sourceURL
56 [ABI48_0_0RCTJavaScriptLoader loadBundleAtURL:sourceURL

1234