(child)
| 136 | } |
| 137 | |
| 138 | index(child) { |
| 139 | if (typeof child === 'number') return child |
| 140 | if (child.proxyOf) child = child.proxyOf |
| 141 | return this.proxyOf.nodes.indexOf(child) |
| 142 | } |
| 143 | |
| 144 | insertAfter(exist, add) { |
| 145 | let existIndex = this.index(exist) |
no outgoing calls
no test coverage detected