MCPcopy Index your code
hub / github.com/dchester/jsonpath / parseProgram

Function parseProgram

jsonpath.js:3551–3561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3549 }
3550
3551 function parseProgram() {
3552 var body, startToken;
3553
3554 skipComment();
3555 peek();
3556 startToken = lookahead;
3557 strict = false;
3558
3559 body = parseSourceElements();
3560 return delegate.markEnd(delegate.createProgram(body), startToken);
3561 }
3562
3563 function filterTokenLocation() {
3564 var i, entry, token, tokens = [];

Callers 1

parseFunction · 0.85

Calls 3

skipCommentFunction · 0.85
peekFunction · 0.85
parseSourceElementsFunction · 0.85

Tested by

no test coverage detected