(name, isValid)
| 29194 | } |
| 29195 | |
| 29196 | function setValidity(name, isValid) { |
| 29197 | if (localValidationRunId === that.$$currentValidationRunId) { |
| 29198 | that.$setValidity(name, isValid); |
| 29199 | } |
| 29200 | } |
| 29201 | |
| 29202 | function validationDone(allValid) { |
| 29203 | if (localValidationRunId === that.$$currentValidationRunId) { |
no outgoing calls
no test coverage detected