Searched defs:propertyAccess (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/ |
| D | publicApi.ts | 102 …const propertyAccess = classDeclaration.heritageClauses![0].types[0].expression as ts.PropertyAcce… constant
|
| /third_party/typescript/src/linter/ |
| D | Utils.ts | 467 const propertyAccess = tsExpr as PropertyAccessExpression; constant
|
| /third_party/typescript/src/compiler/ |
| D | binder.ts | 1810 const propertyAccess = <PropertyAccessExpression>node.expression; constant
|
| /third_party/typescript/src/services/ |
| D | completions.ts | 1294 …const propertyAccess = node.kind === SyntaxKind.ImportType ? <ImportTypeNode>node : <PropertyAcces… constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 35472 function isTopLevelNamespaceAssignment(propertyAccess) { argument 35477 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument
|
| D | typingsInstaller.js | 43327 function isTopLevelNamespaceAssignment(propertyAccess) { argument 43332 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument
|
| D | typescriptServices.js | 43532 function isTopLevelNamespaceAssignment(propertyAccess) { argument 43537 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument
|
| D | typescript.js | 43532 function isTopLevelNamespaceAssignment(propertyAccess) { argument 43537 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument
|
| D | tsserverlibrary.js | 43532 function isTopLevelNamespaceAssignment(propertyAccess) { argument 43537 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument
|
| D | tsserver.js | 43338 function isTopLevelNamespaceAssignment(propertyAccess) { argument 43343 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { argument
|