Home
last modified time | relevance | path

Searched defs:propertyAccess (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
DpublicApi.ts109 …const propertyAccess = classDeclaration.heritageClauses![0].types[0].expression as ts.PropertyAcce… constant
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts476 const propertyAccess = tsExpr as PropertyAccessExpression; constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts629 const propertyAccess = tsExpr as PropertyAccessExpression; constant
/third_party/typescript/src/compiler/
Dbinder.ts1817 const propertyAccess = node.expression as PropertyAccessExpression; constant
Dchecker.ts25594 … const propertyAccess = getDiscriminantPropertyAccess(typeOfExpr.expression, type); constant
/third_party/typescript/src/services/
Dcompletions.ts2410 …const propertyAccess = node.kind === SyntaxKind.ImportType ? node as ImportTypeNode : node.parent … constant
/third_party/typescript/lib/
DtypingsInstaller.js49946 function isTopLevelNamespaceAssignment(propertyAccess) { argument
49951 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument
Dtsc.js41237 function isTopLevelNamespaceAssignment(propertyAccess) { argument
41242 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument