()
| 12064 | } |
| 12065 | |
| 12066 | function getHostContext() { |
| 12067 | var context = requiredContext(contextStackCursor.current); |
| 12068 | return context; |
| 12069 | } |
| 12070 | |
| 12071 | function pushHostContext(fiber) { |
| 12072 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected