(node)
| 4381 | return resources; |
| 4382 | } |
| 4383 | function markNodeAsHoistable(node) { |
| 4384 | node[internalHoistableMarker] = !0; |
| 4385 | } |
| 4386 | var allNativeEvents = new Set(), |
| 4387 | registrationNameDependencies = {}; |
| 4388 | function registerTwoPhaseEvent(registrationName, dependencies) { |
no outgoing calls
no test coverage detected
searching dependent graphs…