(val)
| 1603 | }; |
| 1604 | |
| 1605 | function createTextVNode (val) { |
| 1606 | return new VNode(undefined, undefined, undefined, String(val)) |
| 1607 | } |
| 1608 | |
| 1609 | // optimized shallow clone |
| 1610 | // used for static nodes and slot nodes because they may be reused across |
no outgoing calls
no test coverage detected