(o, i, a)
| 11083 | return (((s = Pg(s, o)).index = 0), (s.sibling = null), s) |
| 11084 | } |
| 11085 | function f(o, i, a) { |
| 11086 | return ( |
| 11087 | (o.index = a), |
| 11088 | s |
| 11089 | ? null !== (a = o.alternate) |
| 11090 | ? (a = a.index) < i |
| 11091 | ? ((o.flags |= 2), i) |
| 11092 | : a |
| 11093 | : ((o.flags |= 2), i) |
| 11094 | : ((o.flags |= 1048576), i) |
| 11095 | ) |
| 11096 | } |
| 11097 | function g(o) { |
| 11098 | return (s && null === o.alternate && (o.flags |= 2), o) |
| 11099 | } |