(topLevelType, targetInst)
| 4865 | } |
| 4866 | |
| 4867 | function getTargetInstForClickEvent(topLevelType, targetInst) { |
| 4868 | if (topLevelType === 'topClick') { |
| 4869 | return getInstIfValueChanged(targetInst); |
| 4870 | } |
| 4871 | } |
| 4872 | |
| 4873 | function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { |
| 4874 | if (topLevelType === 'topInput' || topLevelType === 'topChange') { |
nothing calls this directly
no test coverage detected