(hostInst, node)
| 11512 | var internalEventHandlersKey = '__reactEventHandlers$' + randomKey; |
| 11513 | var internalContainerInstanceKey = '__reactContainere$' + randomKey; |
| 11514 | function precacheFiberNode(hostInst, node) { |
| 11515 | node[internalInstanceKey] = hostInst; |
| 11516 | } |
| 11517 | function markContainerAsRoot(hostRoot, node) { |
| 11518 | node[internalContainerInstanceKey] = hostRoot; |
| 11519 | } |
no outgoing calls
no test coverage detected