(lView, index, textOrName, nodeType)
| 141 | } |
| 142 | |
| 143 | let _locateOrCreateNode: typeof locateOrCreateNodeImpl = (lView, index, textOrName, nodeType) => { |
| 144 | lastNodeWasCreated(true); |
| 145 | return createNodeWithoutHydration(lView, textOrName, nodeType); |
| 146 | }; |
| 147 | |
| 148 | function locateOrCreateNodeImpl( |
| 149 | lView: LView, |
no test coverage detected