(val)
| 1597 | }; |
| 1598 | |
| 1599 | function createTextVNode (val) { |
| 1600 | return new VNode(undefined, undefined, undefined, String(val)) |
| 1601 | } |
| 1602 | |
| 1603 | // optimized shallow clone |
| 1604 | // used for static nodes and slot nodes because they may be reused across |
no outgoing calls
no test coverage detected