(t, e)
| 304 | return null; |
| 305 | } |
| 306 | function Y(t, e) { |
| 307 | for ( |
| 308 | var n = t.lastElementChild; |
| 309 | n && (n === Bt.ghost || "none" === P(n, "display") || (e && !p(n, e))); |
| 310 | |
| 311 | ) |
| 312 | n = n.previousElementSibling; |
| 313 | return n || null; |
| 314 | } |
| 315 | function B(t, e) { |
| 316 | var n = 0; |
| 317 | if (!t || !t.parentNode) return -1; |
no test coverage detected