Searched refs:hostUrl (Results 1 – 7 of 7) sorted by relevance
20 var hostUrl = reactContext.sourceURL in getAppInfo() variable37 hostUrl = DevMenuManager.currentManifestURL in getAppInfo()53 putString("hostUrl", hostUrl) in getAppInfo()
41 NSString *hostUrl = [manager.currentManifestURL absoluteString] ?: @"";48 appInfo[@"hostUrl"] = hostUrl;
51 hostUrl: '321',64 expect(queryByText(fakeAppInfo.hostUrl)).not.toBe(null);114 hostUrl: '321',141 expect(copyToClipboardAsync).toHaveBeenLastCalledWith(fakeAppInfo.hostUrl);
20 hostUrl: '',
9 hostUrl: '',
9 hostUrl?: string;
46 if (appInfo?.hostUrl) {47 urlClipboard.onCopyPress(appInfo.hostUrl);133 {Boolean(appInfo?.hostUrl) && (148 {appInfo?.hostUrl}