MCPcopy
hub / github.com/BloombergGraphics/whatiscode / parseNonComputedMember

Function parseNonComputedMember

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

Source from the content-addressed store, hash-verified

2718 }
2719
2720 function parseNonComputedMember() {
2721 expect('.');
2722
2723 return parseNonComputedProperty();
2724 }
2725
2726 function parseComputedMember() {
2727 var expr;

Calls 2

expectFunction · 0.85
parseNonComputedPropertyFunction · 0.85

Tested by

no test coverage detected