(type)
| 11854 | } |
| 11855 | |
| 11856 | function isContextProvider(type) { |
| 11857 | { |
| 11858 | var childContextTypes = type.childContextTypes; |
| 11859 | return childContextTypes !== null && childContextTypes !== undefined; |
| 11860 | } |
| 11861 | } |
| 11862 | |
| 11863 | function popContext(fiber) { |
| 11864 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…