Searched refs:hasCalledJSLoadedNotification (Results 1 – 2 of 2) sorted by relevance
11 private var hasCalledJSLoadedNotification: Bool = false variable80 if !hasCalledJSLoadedNotification, let bridge = manager.appInstance.bridge { in forceRootViewToRenderHack()84 hasCalledJSLoadedNotification = true in forceRootViewToRenderHack()97 hasCalledJSLoadedNotification = false in maybeRebuildRootView()
18 @property (nonatomic, assign) BOOL hasCalledJSLoadedNotification; property