(fiber, thrownValue, lanes)
| 5058 | } |
| 5059 | } |
| 5060 | function markComponentErrored(fiber, thrownValue, lanes) { |
| 5061 | { |
| 5062 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentErrored === 'function') { |
| 5063 | injectedProfilingHooks.markComponentErrored(fiber, thrownValue, lanes); |
| 5064 | } |
| 5065 | } |
| 5066 | } |
| 5067 | function markComponentSuspended(fiber, wakeable, lanes) { |
| 5068 | { |
| 5069 | if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentSuspended === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…