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

Function parseComputedMember

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

Source from the content-addressed store, hash-verified

2724 }
2725
2726 function parseComputedMember() {
2727 var expr;
2728
2729 expect('[');
2730
2731 expr = parseExpression();
2732
2733 expect(']');
2734
2735 return expr;
2736 }
2737
2738 function parseNewExpression() {
2739 var callee, args, node = new Node();

Calls 2

expectFunction · 0.85
parseExpressionFunction · 0.85

Tested by

no test coverage detected