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

Function getPrivateIdentifierPropertyOfType

test/fixtures/snapshot/typescript.js:74575–74577  ·  view source on GitHub ↗
(leftType, lexicallyScopedIdentifier)

Source from the content-addressed store, hash-verified

74573 return links.resolvedSymbol;
74574 }
74575 function getPrivateIdentifierPropertyOfType(leftType, lexicallyScopedIdentifier) {
74576 return getPropertyOfType(leftType, lexicallyScopedIdentifier.escapedName);
74577 }
74578 function checkPrivateIdentifierPropertyAccess(leftType, right, lexicallyScopedIdentifier) {
74579 // Either the identifier could not be looked up in the lexical scope OR the lexically scoped identifier did not exist on the type.
74580 // Find a private identifier with the same description on the type.

Calls 1

getPropertyOfTypeFunction · 0.85

Tested by

no test coverage detected