(description)
| 869 | } |
| 870 | |
| 871 | function expected(description) { |
| 872 | throw peg$buildException( |
| 873 | null, |
| 874 | [{ type: "other", description: description }], |
| 875 | peg$reportedPos |
| 876 | ); |
| 877 | } |
| 878 | |
| 879 | function error(message) { |
| 880 | throw peg$buildException(message, null, peg$reportedPos); |
nothing calls this directly
no test coverage detected
searching dependent graphs…