(value)
| 599 | } |
| 600 | |
| 601 | setValue (value) { |
| 602 | value = this.applyConstFilter(value) |
| 603 | this.value = value |
| 604 | } |
| 605 | |
| 606 | applyConstFilter (value) { |
| 607 | if (this.enforceConstEnabled && typeof this.schema.const !== 'undefined') { |
no test coverage detected