(topLevelType, targetInst)
| 4191 | } |
| 4192 | |
| 4193 | function getTargetInstForClickEvent(topLevelType, targetInst) { |
| 4194 | if (topLevelType === 'topClick') { |
| 4195 | return getInstIfValueChanged(targetInst); |
| 4196 | } |
| 4197 | } |
| 4198 | |
| 4199 | function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { |
| 4200 | if (topLevelType === 'topInput' || topLevelType === 'topChange') { |
nothing calls this directly
no test coverage detected