(expected, found, location)
| 2494 | } |
| 2495 | |
| 2496 | function peg$buildStructuredError(expected, found, location) { |
| 2497 | return new peg$SyntaxError( |
| 2498 | peg$SyntaxError.buildMessage(expected, found), |
| 2499 | expected, |
| 2500 | found, |
| 2501 | location |
| 2502 | ); |
| 2503 | } |
| 2504 | |
| 2505 | function peg$parseMultiStatement() { |
| 2506 | let s0, s1, s2, s3, s4, s5, s6, s7, s8; |
no test coverage detected