(workInProgress)
| 13094 | return mode; |
| 13095 | } |
| 13096 | function markUpdate(workInProgress) { |
| 13097 | workInProgress.flags |= 4; |
| 13098 | } |
| 13099 | function preloadResourceAndSuspendIfNeeded(workInProgress, resource) { |
| 13100 | if ("stylesheet" !== resource.type || 0 !== (resource.state.loading & 4)) |
| 13101 | workInProgress.flags &= -16777217; |
no outgoing calls
no test coverage detected
searching dependent graphs…