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

Function expression

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

Source from the content-addressed store, hash-verified

349 return pass(pushlex("stat"), expression, expect(";"), poplex);
350 }
351 function expression(type) {
352 return expressionInner(type, false);
353 }
354 function expressionNoComma(type) {
355 return expressionInner(type, true);
356 }

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected