(name, isValid)
| 30710 | } |
| 30711 | |
| 30712 | function setValidity(name, isValid) { |
| 30713 | if (localValidationRunId === that.$$currentValidationRunId) { |
| 30714 | that.$setValidity(name, isValid); |
| 30715 | } |
| 30716 | } |
| 30717 | |
| 30718 | function validationDone(allValid) { |
| 30719 | if (localValidationRunId === that.$$currentValidationRunId) { |
no outgoing calls
no test coverage detected