(fiber, context, didChange)
| 12510 | } |
| 12511 | |
| 12512 | function pushTopLevelContextObject(fiber, context, didChange) { |
| 12513 | !(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; |
| 12514 | |
| 12515 | push(contextStackCursor, context, fiber); |
| 12516 | push(didPerformWorkStackCursor, didChange, fiber); |
| 12517 | } |
| 12518 | |
| 12519 | function processChildContext(fiber, parentContext) { |
| 12520 | var instance = fiber.stateNode; |
no test coverage detected