(name, isValid)
| 30775 | } |
| 30776 | |
| 30777 | function setValidity(name, isValid) { |
| 30778 | if (localValidationRunId === that.$$currentValidationRunId) { |
| 30779 | that.$setValidity(name, isValid); |
| 30780 | } |
| 30781 | } |
| 30782 | |
| 30783 | function validationDone(allValid) { |
| 30784 | if (localValidationRunId === that.$$currentValidationRunId) { |
no outgoing calls
no test coverage detected