(topLevelType, targetInst)
| 9356 | } |
| 9357 | |
| 9358 | function getTargetInstForClickEvent(topLevelType, targetInst) { |
| 9359 | if (topLevelType === TOP_CLICK) { |
| 9360 | return getInstIfValueChanged(targetInst); |
| 9361 | } |
| 9362 | } |
| 9363 | |
| 9364 | function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { |
| 9365 | if (topLevelType === TOP_INPUT || topLevelType === TOP_CHANGE) { |
nothing calls this directly
no test coverage detected