()
| 11799 | } |
| 11800 | |
| 11801 | function getHostContext() { |
| 11802 | var context = requiredContext(contextStackCursor.current); |
| 11803 | return context; |
| 11804 | } |
| 11805 | |
| 11806 | function pushHostContext(fiber) { |
| 11807 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected