()
| 1690 | }) |
| 1691 | } |
| 1692 | isPopupOpen() { |
| 1693 | return this.cheatMenu.style.display !== "none" || this.netplayMenu.style.display !== "none" || this.controlMenu.style.display !== "none" || this.currentPopup !== null; |
| 1694 | } |
| 1695 | isChild(first, second) { |
| 1696 | if (!first || !second) return false; |
| 1697 | const adown = first.nodeType === 9 ? first.documentElement : first; |
no outgoing calls
no test coverage detected