()
| 10498 | } |
| 10499 | } |
| 10500 | function recordScheduleUpdate() { |
| 10501 | { |
| 10502 | if (isCommitting) { |
| 10503 | hasScheduledUpdateInCurrentCommit = true; |
| 10504 | } |
| 10505 | |
| 10506 | if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') { |
| 10507 | hasScheduledUpdateInCurrentPhase = true; |
| 10508 | } |
| 10509 | } |
| 10510 | } |
| 10511 | function startWorkTimer(fiber) { |
| 10512 | { |
| 10513 | if (!supportsUserTiming || shouldIgnoreFiber(fiber)) { |
no outgoing calls
no test coverage detected