(description, location)
| 521 | } |
| 522 | |
| 523 | function expected(description, location) { |
| 524 | location = location !== void 0 ? location : peg$computeLocation(peg$savedPos, peg$currPos) |
| 525 | |
| 526 | throw peg$buildStructuredError( |
| 527 | [peg$otherExpectation(description)], |
| 528 | input.substring(peg$savedPos, peg$currPos), |
| 529 | location |
| 530 | ); |
| 531 | } |
| 532 | |
| 533 | function error(message, location) { |
| 534 | location = location !== void 0 ? location : peg$computeLocation(peg$savedPos, peg$currPos) |
nothing calls this directly
no test coverage detected
searching dependent graphs…