(el, x)
| 622 | return overflowing; |
| 623 | } |
| 624 | function getCache(el, x) { |
| 625 | return (x ? cacheX : cacheY)[uniqueID(el)]; |
| 626 | } |
| 627 | // (body) (root) |
| 628 | // | hidden | visible | scroll | auto | |
| 629 | // hidden | no | no | YES | YES | |
no outgoing calls
no test coverage detected