()
| 2366 | } |
| 2367 | |
| 2368 | function location() { |
| 2369 | return peg$computeLocation(peg$savedPos, peg$currPos); |
| 2370 | } |
| 2371 | |
| 2372 | function expected(description, location) { |
| 2373 | location = location !== undefined |
nothing calls this directly
no test coverage detected