Home
last modified time | relevance | path

Searched defs:hasPrivateIdentifier (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1434 …const hasPrivateIdentifier = some(input.members, member => !!member.name && isPrivateIdentifier(me… constant
/third_party/typescript/src/compiler/
Dbinder.ts2936 …const hasPrivateIdentifier = (isBinaryExpression(node) && isPropertyAccessExpression(node.left) &&… constant