MCPcopy Index your code
hub / github.com/BloombergGraphics/whatiscode / parseProgram

Function parseProgram

scripts/libs/esprima.js:4292–4301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4290 }
4291
4292 function parseProgram() {
4293 var body, node;
4294
4295 peek();
4296 node = new Node();
4297 strict = false;
4298
4299 body = parseScriptBody();
4300 return node.finishProgram(body);
4301 }
4302
4303 function filterTokenLocation() {
4304 var i, entry, token, tokens = [];

Callers 1

parseFunction · 0.85

Calls 2

peekFunction · 0.85
parseScriptBodyFunction · 0.85

Tested by

no test coverage detected