(hostRoot, node)
| 7943 | node[internalInstanceKey] = hostInst; |
| 7944 | } |
| 7945 | function markContainerAsRoot(hostRoot, node) { |
| 7946 | node[internalContainerInstanceKey] = hostRoot; |
| 7947 | } |
| 7948 | function unmarkContainerAsRoot(node) { |
| 7949 | node[internalContainerInstanceKey] = null; |
| 7950 | } |