(node, props)
| 11650 | return node[internalEventHandlersKey] || null; |
| 11651 | } |
| 11652 | function updateFiberProps(node, props) { |
| 11653 | node[internalEventHandlersKey] = props; |
| 11654 | } |
| 11655 | |
| 11656 | function getParent(inst) { |
| 11657 | do { |
no outgoing calls
no test coverage detected