(hostRoot, node)
| 11515 | node[internalInstanceKey] = hostInst; |
| 11516 | } |
| 11517 | function markContainerAsRoot(hostRoot, node) { |
| 11518 | node[internalContainerInstanceKey] = hostRoot; |
| 11519 | } |
| 11520 | function unmarkContainerAsRoot(node) { |
| 11521 | node[internalContainerInstanceKey] = null; |
| 11522 | } |