()
| 7615 | }; |
| 7616 | |
| 7617 | var clearPendingPhaseMeasurement = function () { |
| 7618 | if (currentPhase !== null && currentPhaseFiber !== null) { |
| 7619 | clearFiberMark(currentPhaseFiber, currentPhase); |
| 7620 | } |
| 7621 | currentPhaseFiber = null; |
| 7622 | currentPhase = null; |
| 7623 | hasScheduledUpdateInCurrentPhase = false; |
| 7624 | }; |
| 7625 | |
| 7626 | var pauseTimers = function () { |
| 7627 | // Stops all currently active measurements so that they can be resumed |
no test coverage detected