(s, o)
| 10666 | var sn = null, |
| 10667 | on = null |
| 10668 | function Ef(s, o) { |
| 10669 | return ( |
| 10670 | 'textarea' === s || |
| 10671 | 'noscript' === s || |
| 10672 | 'string' == typeof o.children || |
| 10673 | 'number' == typeof o.children || |
| 10674 | ('object' == typeof o.dangerouslySetInnerHTML && |
| 10675 | null !== o.dangerouslySetInnerHTML && |
| 10676 | null != o.dangerouslySetInnerHTML.__html) |
| 10677 | ) |
| 10678 | } |
| 10679 | var an = 'function' == typeof setTimeout ? setTimeout : void 0, |
| 10680 | cn = 'function' == typeof clearTimeout ? clearTimeout : void 0, |
| 10681 | ln = 'function' == typeof Promise ? Promise : void 0, |
no outgoing calls
no test coverage detected