()
| 25419 | var currentEventTransitionLane = NoLanes; |
| 25420 | var isRunningInsertionEffect = false; |
| 25421 | function getWorkInProgressRoot() { |
| 25422 | return workInProgressRoot; |
| 25423 | } |
| 25424 | function requestEventTime() { |
| 25425 | if ((executionContext & (RenderContext | CommitContext)) !== NoContext) { |
| 25426 | // We're inside React, so it's fine to read the actual time. |
no outgoing calls
no test coverage detected
searching dependent graphs…