(name, isValid)
| 29813 | } |
| 29814 | |
| 29815 | function setValidity(name, isValid) { |
| 29816 | if (localValidationRunId === that.$$currentValidationRunId) { |
| 29817 | that.$setValidity(name, isValid); |
| 29818 | } |
| 29819 | } |
| 29820 | |
| 29821 | function validationDone(allValid) { |
| 29822 | if (localValidationRunId === that.$$currentValidationRunId) { |
no outgoing calls
no test coverage detected