(t, e, n)
| 15803 | }, |
| 15804 | }, |
| 15805 | Tx = (t, e, n) => |
| 15806 | n > Math.max(e.x1 - t.x2, t.x1 - e.x2, e.y1 - t.y2, t.y1 - e.y2), |
| 15807 | Bx = (t, e) => { |
| 15808 | for (var n, r = 1, i = t.length, o = t[0].bounds; r < i; o = n, ++r) |
| 15809 | if (Tx(o, (n = t[r].bounds), e)) return !0; |
no outgoing calls
no test coverage detected