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

Function expressionNoComma

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

Source from the content-addressed store, hash-verified

352 return expressionInner(type, false);
353 }
354 function expressionNoComma(type) {
355 return expressionInner(type, true);
356 }
357 function expressionInner(type, noComma) {
358 if (cx.state.fatArrowAt == cx.stream.start) {
359 var body = noComma ? arrowBodyNoComma : arrowBody;

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected