(topLevelType, targetInst)
| 4830 | } |
| 4831 | |
| 4832 | function getTargetInstForClickEvent(topLevelType, targetInst) { |
| 4833 | if (topLevelType === 'topClick') { |
| 4834 | return getInstIfValueChanged(targetInst); |
| 4835 | } |
| 4836 | } |
| 4837 | |
| 4838 | function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { |
| 4839 | if (topLevelType === 'topInput' || topLevelType === 'topChange') { |
nothing calls this directly
no test coverage detected