()
| 307 | } |
| 308 | |
| 309 | function location() { |
| 310 | return peg$computeLocation(peg$savedPos, peg$currPos); |
| 311 | } |
| 312 | |
| 313 | function expected(description, location) { |
| 314 | location = location !== void 0 ? location : peg$computeLocation(peg$savedPos, peg$currPos) |
nothing calls this directly
no test coverage detected