(topLevelType, targetInst)
| 5081 | } |
| 5082 | |
| 5083 | function getTargetInstForClickEvent(topLevelType, targetInst) { |
| 5084 | if (topLevelType === 'topClick') { |
| 5085 | return getInstIfValueChanged(targetInst); |
| 5086 | } |
| 5087 | } |
| 5088 | |
| 5089 | function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { |
| 5090 | if (topLevelType === 'topInput' || topLevelType === 'topChange') { |
nothing calls this directly
no test coverage detected