MCPcopy Index your code
hub / github.com/node-inspector/node-inspector / exp

Function exp

front-end/cm/javascript.js:317–321  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

315
316 function expect(wanted) {
317 function exp(type) {
318 if (type == wanted) return cont();
319 else if (wanted == ";") return pass();
320 else return cont(exp);
321 };
322 return exp;
323 }
324

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
passFunction · 0.70

Tested by

no test coverage detected