(topLevelType, targetInst)
| 4063 | } |
| 4064 | |
| 4065 | function getTargetInstForClickEvent(topLevelType, targetInst) { |
| 4066 | if (topLevelType === 'topClick') { |
| 4067 | return getInstIfValueChanged(targetInst); |
| 4068 | } |
| 4069 | } |
| 4070 | |
| 4071 | function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { |
| 4072 | if (topLevelType === 'topInput' || topLevelType === 'topChange') { |
nothing calls this directly
no test coverage detected