(type)
| 14453 | } |
| 14454 | |
| 14455 | function isContextProvider(type) { |
| 14456 | { |
| 14457 | var childContextTypes = type.childContextTypes; |
| 14458 | return childContextTypes !== null && childContextTypes !== undefined; |
| 14459 | } |
| 14460 | } |
| 14461 | |
| 14462 | function popContext(fiber) { |
| 14463 | { |
no test coverage detected