(inst)
| 15802 | return listeners; |
| 15803 | } |
| 15804 | function getParent(inst) { |
| 15805 | if (null === inst) return null; |
| 15806 | do inst = inst.return; |
| 15807 | while (inst && 5 !== inst.tag && 27 !== inst.tag); |
| 15808 | return inst ? inst : null; |
| 15809 | } |
| 15810 | function accumulateEnterLeaveListenersForEvent( |
| 15811 | dispatchQueue, |
| 15812 | event, |
no outgoing calls
no test coverage detected
searching dependent graphs…