()
| 1631 | |
| 1632 | // Child lists are plain arrays in every backend; refs are pushed by value. |
| 1633 | const _list = () => /** @type {Node[]} */ ([]); |
| 1634 | |
| 1635 | // -- object backend: builds the retainable class-instance tree -- |
| 1636 | /** @type {typeof _mkLeaf} */ |
no outgoing calls
no test coverage detected