()
| 14070 | } |
| 14071 | } |
| 14072 | function recordScheduleUpdate() { |
| 14073 | { |
| 14074 | if (isCommitting) { |
| 14075 | hasScheduledUpdateInCurrentCommit = true; |
| 14076 | } |
| 14077 | |
| 14078 | if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') { |
| 14079 | hasScheduledUpdateInCurrentPhase = true; |
| 14080 | } |
| 14081 | } |
| 14082 | } |
| 14083 | function startWorkTimer(fiber) { |
| 14084 | { |
| 14085 | if (!supportsUserTiming || shouldIgnoreFiber(fiber)) { |
no outgoing calls
no test coverage detected