| 68802 | null |
| 68803 | ) |
| 68804 | }, |
| 68805 | Ht = function _isClobbered(s) { |
| 68806 | return ( |
| 68807 | s instanceof L && |
| 68808 | ('string' != typeof s.nodeName || |
| 68809 | 'string' != typeof s.textContent || |
| 68810 | 'function' != typeof s.removeChild || |
| 68811 | !(s.attributes instanceof j) || |
| 68812 | 'function' != typeof s.removeAttribute || |
| 68813 | 'function' != typeof s.setAttribute || |
| 68814 | 'string' != typeof s.namespaceURI || |
| 68815 | 'function' != typeof s.insertBefore || |
| 68816 | 'function' != typeof s.hasChildNodes) |
| 68817 | ) |
| 68818 | }, |
| 68819 | Kt = function _isNode(s) { |
| 68820 | return 'function' == typeof w && s instanceof w |