Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1480 …const hasPrivateIdentifier = some(input.members, member => !!member.name && isPrivateIdentifier(me… constant
/third_party/typescript/src/compiler/
Dbinder.ts2909 …const hasPrivateIdentifier = (isBinaryExpression(node) && isPropertyAccessExpression(node.left) &&… constant
Dchecker.ts7901 const hasPrivateIdentifier = some(symbolProps, s => { constant
30284 …const hasPrivateIdentifier = prop.valueDeclaration && isNamedDeclaration(prop.valueDeclaration) &&… constant