()
| 10730 | } |
| 10731 | } |
| 10732 | function stopCommitLifeCyclesTimer() { |
| 10733 | { |
| 10734 | if (!supportsUserTiming) { |
| 10735 | return; |
| 10736 | } |
| 10737 | |
| 10738 | var count = effectCountInCurrentCommit; |
| 10739 | effectCountInCurrentCommit = 0; |
| 10740 | endMark("(Calling Lifecycle Methods: " + count + " Total)", '(Calling Lifecycle Methods)', null); |
| 10741 | } |
| 10742 | } |
| 10743 | |
| 10744 | var valueStack = []; |
| 10745 | var fiberStack; |
no test coverage detected