(message, location)
| 321 | } |
| 322 | |
| 323 | function error(message, location) { |
| 324 | location = location !== void 0 ? location : peg$computeLocation(peg$savedPos, peg$currPos) |
| 325 | |
| 326 | throw peg$buildSimpleError(message, location); |
| 327 | } |
| 328 | |
| 329 | function peg$literalExpectation(text, ignoreCase) { |
| 330 | return { type: "literal", text: text, ignoreCase: ignoreCase }; |
nothing calls this directly
no test coverage detected