()
| 5009 | } |
| 5010 | } |
| 5011 | function markComponentPassiveEffectMountStopped() { |
| 5012 | { |
| 5013 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectMountStopped === 'function') { |
| 5014 | injectedProfilingHooks.markComponentPassiveEffectMountStopped(); |
| 5015 | } |
| 5016 | } |
| 5017 | } |
| 5018 | function markComponentPassiveEffectUnmountStarted(fiber) { |
| 5019 | { |
| 5020 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectUnmountStarted === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…