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

Function arrowBody

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

Source from the content-addressed store, hash-verified

413 }
414 }
415 function arrowBody(type) {
416 findFatArrow(cx.stream, cx.state);
417 if (type == "{") return pass(statement);
418 return pass(expression);
419 }
420 function arrowBodyNoComma(type) {
421 findFatArrow(cx.stream, cx.state);
422 if (type == "{") return pass(statement);

Callers

nothing calls this directly

Calls 2

findFatArrowFunction · 0.85
passFunction · 0.70

Tested by

no test coverage detected