MCPcopy Index your code
hub / github.com/pegjs/pegjs / peg$parse_

Function peg$parse_

lib/parser.js:4856–4873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4854 }
4855
4856 function peg$parse_() {
4857 var s0, s1;
4858
4859 s0 = [];
4860 s1 = peg$parseWhiteSpace();
4861 if (s1 === peg$FAILED) {
4862 s1 = peg$parseMultiLineCommentNoLineTerminator();
4863 }
4864 while (s1 !== peg$FAILED) {
4865 s0.push(s1);
4866 s1 = peg$parseWhiteSpace();
4867 if (s1 === peg$FAILED) {
4868 s1 = peg$parseMultiLineCommentNoLineTerminator();
4869 }
4870 }
4871
4872 return s0;
4873 }
4874
4875 function peg$parseEOS() {
4876 var s0, s1, s2, s3;

Callers 1

peg$parseEOSFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…