(node, props)
| 8078 | return node[internalEventHandlersKey] || null; |
| 8079 | } |
| 8080 | function updateFiberProps(node, props) { |
| 8081 | node[internalEventHandlersKey] = props; |
| 8082 | } |
| 8083 | |
| 8084 | function getParent(inst) { |
| 8085 | do { |
no outgoing calls
no test coverage detected