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

Function checkPrivateIdentifierExpression

test/fixtures/snapshot/typescript.js:74557–74564  ·  view source on GitHub ↗
(privId)

Source from the content-addressed store, hash-verified

74555 return false;
74556 }
74557 function checkPrivateIdentifierExpression(privId) {
74558 checkGrammarPrivateIdentifierExpression(privId);
74559 var symbol = getSymbolForPrivateIdentifierExpression(privId);
74560 if (symbol) {
74561 markPropertyAsReferenced(symbol, /* nodeForCheckWriteOnly: */ undefined, /* isThisAccess: */ false);
74562 }
74563 return anyType;
74564 }
74565 function getSymbolForPrivateIdentifierExpression(privId) {
74566 if (!ts.isExpressionNode(privId)) {
74567 return undefined;

Callers 1

checkExpressionWorkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…