(validatorCompiler)
| 727 | } |
| 728 | |
| 729 | function setValidatorCompiler (validatorCompiler) { |
| 730 | throwIfAlreadyStarted(class="st">'Cannot call "setValidatorCompiler"!') |
| 731 | this[kSchemaController].setValidatorCompiler(validatorCompiler) |
| 732 | return this |
| 733 | } |
| 734 | |
| 735 | function setSchemaErrorFormatter (errorFormatter) { |
| 736 | throwIfAlreadyStarted(class="st">'Cannot call "setSchemaErrorFormatter"!') |
nothing calls this directly
no test coverage detected