(name, isValid)
| 29704 | } |
| 29705 | |
| 29706 | function setValidity(name, isValid) { |
| 29707 | if (localValidationRunId === that.$$currentValidationRunId) { |
| 29708 | that.$setValidity(name, isValid); |
| 29709 | } |
| 29710 | } |
| 29711 | |
| 29712 | function validationDone(allValid) { |
| 29713 | if (localValidationRunId === that.$$currentValidationRunId) { |
no outgoing calls
no test coverage detected