(child)
| 53 | _this._container.insertBefore(child, before); |
| 54 | }, |
| 55 | removeChild(child) { |
| 56 | this.childNodes.splice(this.childNodes.indexOf(child) >>> 1, 1); |
| 57 | _this._container.removeChild(child); |
| 58 | } |
| 59 | }; |
| 60 | } |
| 61 |
nothing calls this directly
no test coverage detected
searching dependent graphs…