(parentHostContext, type, rootContainerInstance)
| 7568 | } |
| 7569 | } |
| 7570 | function getChildHostContext(parentHostContext, type, rootContainerInstance) { |
| 7571 | { |
| 7572 | var parentHostContextDev = parentHostContext; |
| 7573 | var namespace = getChildNamespace(parentHostContextDev.namespace, type); |
| 7574 | var ancestorInfo = updatedAncestorInfo(parentHostContextDev.ancestorInfo, type); |
| 7575 | return { |
| 7576 | namespace: namespace, |
| 7577 | ancestorInfo: ancestorInfo |
| 7578 | }; |
| 7579 | } |
| 7580 | } |
| 7581 | function getPublicInstance(instance) { |
| 7582 | return instance; |
| 7583 | } |
no test coverage detected