MCPcopy Index your code
hub / github.com/nodejs/node / parsePropertyName

Function parsePropertyName

test/fixtures/snapshot/typescript.js:32423–32425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32421 return parseIdentifierName();
32422 }
32423 function parsePropertyName() {
32424 return parsePropertyNameWorker(/*allowComputedPropertyNames*/ true);
32425 }
32426 function parseComputedPropertyName() {
32427 // PropertyName [Yield]:
32428 // LiteralPropertyName

Callers 6

parseAccessorDeclarationFunction · 0.85
parseEnumMemberFunction · 0.85

Calls 1

parsePropertyNameWorkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…