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

Function parsePropertyMethodFunction

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

Source from the content-addressed store, hash-verified

2364 }
2365
2366 function parsePropertyMethodFunction() {
2367 var params, method, node = new Node();
2368
2369 params = parseParams();
2370 method = parsePropertyFunction(node, params);
2371
2372 return method;
2373 }
2374
2375 function parseObjectPropertyKey() {
2376 var token, node = new Node(), expr;

Callers 1

tryParseMethodDefinitionFunction · 0.85

Calls 2

parseParamsFunction · 0.85
parsePropertyFunctionFunction · 0.85

Tested by

no test coverage detected