(hostInst, node)
| 7940 | var internalEventHandlersKey = '__reactEventHandlers$' + randomKey; |
| 7941 | var internalContainerInstanceKey = '__reactContainere$' + randomKey; |
| 7942 | function precacheFiberNode(hostInst, node) { |
| 7943 | node[internalInstanceKey] = hostInst; |
| 7944 | } |
| 7945 | function markContainerAsRoot(hostRoot, node) { |
| 7946 | node[internalContainerInstanceKey] = hostRoot; |
| 7947 | } |
no outgoing calls
no test coverage detected