(fiber, context, didChange)
| 11733 | } |
| 11734 | |
| 11735 | function pushTopLevelContextObject(fiber, context, didChange) { |
| 11736 | !(contextStackCursor.cursor == null) ? invariant(false, 'Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.') : void 0; |
| 11737 | |
| 11738 | push(contextStackCursor, context, fiber); |
| 11739 | push(didPerformWorkStackCursor, didChange, fiber); |
| 11740 | } |
| 11741 | |
| 11742 | function processChildContext(fiber, parentContext) { |
| 11743 | var instance = fiber.stateNode; |
no test coverage detected