()
| 8540 | } |
| 8541 | |
| 8542 | function peg$parsePatternExistsCondition() { |
| 8543 | let s0, s1; |
| 8544 | |
| 8545 | s0 = peg$currPos; |
| 8546 | s1 = peg$parsePattern(); |
| 8547 | if (s1 !== peg$FAILED) { |
| 8548 | peg$savedPos = s0; |
| 8549 | s1 = peg$f144(s1); |
| 8550 | } |
| 8551 | s0 = s1; |
| 8552 | |
| 8553 | return s0; |
| 8554 | } |
| 8555 | |
| 8556 | function peg$parseQuantifierCondition() { |
| 8557 | let s0, s1; |
no test coverage detected