(topLevelType, targetInst)
| 4968 | } |
| 4969 | |
| 4970 | function getTargetInstForClickEvent(topLevelType, targetInst) { |
| 4971 | if (topLevelType === 'topClick') { |
| 4972 | return getInstIfValueChanged(targetInst); |
| 4973 | } |
| 4974 | } |
| 4975 | |
| 4976 | function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { |
| 4977 | if (topLevelType === 'topInput' || topLevelType === 'topChange') { |
nothing calls this directly
no test coverage detected