()
| 11250 | } |
| 11251 | |
| 11252 | function getHostContext() { |
| 11253 | var context = requiredContext(contextStackCursor.current); |
| 11254 | return context; |
| 11255 | } |
| 11256 | |
| 11257 | function pushHostContext(fiber) { |
| 11258 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected