(fiber)
| 4988 | } |
| 4989 | } |
| 4990 | function markComponentRenderStarted(fiber) { |
| 4991 | { |
| 4992 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentRenderStarted === 'function') { |
| 4993 | injectedProfilingHooks.markComponentRenderStarted(fiber); |
| 4994 | } |
| 4995 | } |
| 4996 | } |
| 4997 | function markComponentRenderStopped() { |
| 4998 | { |
| 4999 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentRenderStopped === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…