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

Function parseConciseBody

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

Source from the content-addressed store, hash-verified

3018 // [ES6] 14.2 Arrow Function
3019
3020 function parseConciseBody() {
3021 if (match('{')) {
3022 return parseFunctionSourceElements();
3023 }
3024 return parseAssignmentExpression();
3025 }
3026
3027 function reinterpretAsCoverFormalsList(expr) {
3028 var i, len, param, params, defaults, defaultCount, options, token;

Callers 1

Calls 3

matchFunction · 0.85

Tested by

no test coverage detected