(index: number)
| 257 | } |
| 258 | |
| 259 | public removeChildToPoolAt(index: number): void { |
| 260 | const child = super.removeChildAt(index); |
| 261 | this.returnToPool(child); |
| 262 | } |
| 263 | |
| 264 | public removeChildToPool(child: GObject): void { |
| 265 | super.removeChild(child); |
no test coverage detected