()
| 4995 | } |
| 4996 | } |
| 4997 | function markComponentRenderStopped() { |
| 4998 | { |
| 4999 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentRenderStopped === 'function') { |
| 5000 | injectedProfilingHooks.markComponentRenderStopped(); |
| 5001 | } |
| 5002 | } |
| 5003 | } |
| 5004 | function markComponentPassiveEffectMountStarted(fiber) { |
| 5005 | { |
| 5006 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentPassiveEffectMountStarted === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…