Home
last modified time | relevance | path

Searched refs:registerBundle (Results 1 – 25 of 50) sorted by relevance

12

/expo/packages/@expo/metro-runtime/src/async-require/__tests__/
H A DloadBundle.test.ios.ts22 default: { registerBundle: jest.fn() },
46 expect(HMRClient.registerBundle).toBeCalledWith(url);
60 expect(HMRClient.registerBundle).not.toBeCalled();
75 expect(HMRClient.registerBundle).not.toBeCalled();
H A DloadBundle.test.web.ts12 default: { registerBundle: jest.fn() },
28 expect(HMRClient.registerBundle).toBeCalledWith(url);
37 expect(HMRClient.registerBundle).not.toBeCalled();
/expo/packages/@expo/metro-runtime/build/
H A DHMRClient.d.ts5 registerBundle(requestUrl: string): void;
/expo/packages/@expo/metro-runtime/src/async-require/
H A DloadBundle.ts37 HMRClient.registerBundle(requestUrl);
/expo/packages/@expo/metro-runtime/build/async-require/
H A DloadBundle.js35 HMRClient.registerBundle(requestUrl);
/expo/packages/@expo/metro-runtime/src/
H A DHMRClient.ts48 registerBundle(requestUrl: string): void;
102 registerBundle(requestUrl: string) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0RAMBundleRegistry.h43 void registerBundle(uint32_t bundleId, std::string bundlePath);
H A DABI48_0_0NativeToJsBridge.h86 void registerBundle(uint32_t bundleId, const std::string &bundlePath);
H A DABI48_0_0RAMBundleRegistry.cpp38 void RAMBundleRegistry::registerBundle( in registerBundle() function in ABI48_0_0facebook::ABI48_0_0React::RAMBundleRegistry
H A DABI48_0_0JSExecutor.h83 virtual void registerBundle(
H A DABI48_0_0NativeToJsBridge.cpp242 void NativeToJsBridge::registerBundle( in registerBundle() function in ABI48_0_0facebook::ABI48_0_0React::NativeToJsBridge
246 executor->registerBundle(bundleId, bundlePath); in registerBundle()
H A DABI48_0_0Instance.cpp188 void Instance::registerBundle( in registerBundle() function in ABI48_0_0facebook::ABI48_0_0React::Instance
191 nativeToJsBridge_->registerBundle(bundleId, bundlePath); in registerBundle()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0RAMBundleRegistry.h43 void registerBundle(uint32_t bundleId, std::string bundlePath);
H A DABI47_0_0NativeToJsBridge.h86 void registerBundle(uint32_t bundleId, const std::string &bundlePath);
H A DABI47_0_0RAMBundleRegistry.cpp38 void RAMBundleRegistry::registerBundle( in registerBundle() function in ABI47_0_0facebook::ABI47_0_0React::RAMBundleRegistry
H A DABI47_0_0JSExecutor.h83 virtual void registerBundle(
H A DABI47_0_0NativeToJsBridge.cpp242 void NativeToJsBridge::registerBundle( in registerBundle() function in ABI47_0_0facebook::ABI47_0_0React::NativeToJsBridge
246 executor->registerBundle(bundleId, bundlePath); in registerBundle()
H A DABI47_0_0Instance.cpp188 void Instance::registerBundle( in registerBundle() function in ABI47_0_0facebook::ABI47_0_0React::Instance
191 nativeToJsBridge_->registerBundle(bundleId, bundlePath); in registerBundle()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0RAMBundleRegistry.h43 void registerBundle(uint32_t bundleId, std::string bundlePath);
H A DABI49_0_0NativeToJsBridge.h86 void registerBundle(uint32_t bundleId, const std::string &bundlePath);
H A DABI49_0_0RAMBundleRegistry.cpp38 void RAMBundleRegistry::registerBundle( in registerBundle() function in ABI49_0_0facebook::ABI49_0_0React::RAMBundleRegistry
H A DABI49_0_0JSExecutor.h83 virtual void registerBundle(
H A DABI49_0_0NativeToJsBridge.cpp242 void NativeToJsBridge::registerBundle( in registerBundle() function in ABI49_0_0facebook::ABI49_0_0React::NativeToJsBridge
246 executor->registerBundle(bundleId, bundlePath); in registerBundle()
H A DABI49_0_0Instance.cpp189 void Instance::registerBundle( in registerBundle() function in ABI49_0_0facebook::ABI49_0_0React::Instance
192 nativeToJsBridge_->registerBundle(bundleId, bundlePath); in registerBundle()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI49_0_0JSIExecutor.h86 void registerBundle(uint32_t bundleId, const std::string &bundlePath)

12