()
| 11926 | } |
| 11927 | |
| 11928 | function getHostContext() { |
| 11929 | var context = requiredContext(contextStackCursor.current); |
| 11930 | return context; |
| 11931 | } |
| 11932 | |
| 11933 | function pushHostContext(fiber) { |
| 11934 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected