(val)
| 819 | }; |
| 820 | |
| 821 | function createTextVNode (val) { |
| 822 | return new VNode(undefined, undefined, undefined, String(val)) |
| 823 | } |
| 824 | |
| 825 | // optimized shallow clone |
| 826 | // used for static nodes and slot nodes because they may be reused across |
no outgoing calls
no test coverage detected