(node, selector)
| 8416 | } |
| 8417 | |
| 8418 | function ie8MatchesSelector(node, selector) { |
| 8419 | var matches = (0, _querySelectorAll.default)(node.document || node.ownerDocument, selector), |
| 8420 | i = 0; |
| 8421 | |
| 8422 | while (matches[i] && matches[i] !== node) { |
| 8423 | i++; |
| 8424 | } |
| 8425 | |
| 8426 | return !!matches[i]; |
| 8427 | } |
| 8428 | |
| 8429 | module.exports = exports["default"]; |
| 8430 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…