* Note: this method is also manually called by "compatibility/patchNodeValue.js" * @private
()
| 473 | * @private |
| 474 | */ |
| 475 | async _processChildren() { |
| 476 | const hasSlots = (this.constructor as typeof UI5Element).getMetadata().hasSlots(); |
| 477 | if (hasSlots) { |
| 478 | await this._updateSlots(); |
| 479 | } |
| 480 | } |
| 481 | |
| 482 | /** |
| 483 | * @private |
nothing calls this directly
no test coverage detected
searching dependent graphs…