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