(fiber, lane)
| 19609 | injectedProfilingHooks.markRenderStopped(); |
| 19610 | } |
| 19611 | function markStateUpdateScheduled(fiber, lane) { |
| 19612 | null !== injectedProfilingHooks && |
| 19613 | "function" === typeof injectedProfilingHooks.markStateUpdateScheduled && |
| 19614 | injectedProfilingHooks.markStateUpdateScheduled(fiber, lane); |
| 19615 | } |
| 19616 | function clz32Fallback(x) { |
| 19617 | x >>>= 0; |
| 19618 | return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0; |
no outgoing calls
no test coverage detected
searching dependent graphs…