()
| 3134 | (0, errors_1.reportError)(this, this.def.$dataError || errors_1.keyword$DataError); |
| 3135 | } |
| 3136 | reset() { |
| 3137 | if (this.errsCount === undefined) |
| 3138 | throw new Error('add "trackErrors" to keyword definition'); |
| 3139 | (0, errors_1.resetErrorsCount)(this.gen, this.errsCount); |
| 3140 | } |
| 3141 | ok(cond) { |
| 3142 | if (!this.allErrors) |
| 3143 | this.gen.if(cond); |
no outgoing calls
no test coverage detected