(type)
| 10881 | } |
| 10882 | |
| 10883 | function isContextProvider(type) { |
| 10884 | { |
| 10885 | var childContextTypes = type.childContextTypes; |
| 10886 | return childContextTypes !== null && childContextTypes !== undefined; |
| 10887 | } |
| 10888 | } |
| 10889 | |
| 10890 | function popContext(fiber) { |
| 10891 | { |
no outgoing calls
no test coverage detected