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