(hostInst, node)
| 11504 | delete node[internalEventHandlesSetKey]; |
| 11505 | } |
| 11506 | function precacheFiberNode(hostInst, node) { |
| 11507 | node[internalInstanceKey] = hostInst; |
| 11508 | } |
| 11509 | function markContainerAsRoot(hostRoot, node) { |
| 11510 | node[internalContainerInstanceKey] = hostRoot; |
| 11511 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…