* Updates children using the provided value. * @param {Children} value children
(value)
| 526 | * @param {Children} value children |
| 527 | */ |
| 528 | setChildren(value) { |
| 529 | this._flags |= 0x1000; |
| 530 | this.children = value; |
| 531 | } |
| 532 | |
| 533 | /** |
| 534 | * Adds the provided child to the snapshot. |
no outgoing calls
no test coverage detected