Searched defs:classType (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/services/codefixes/ |
| D | fixClassIncorrectlyImplementsInterface.ts | 56 const classType = checker.getTypeAtLocation(classDeclaration); constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | escapedIdentifiers.ts | 42 class classType\u0032 { class
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserRealSource7.js | 294 var classType: Type; variable 341 classType = new Type(); variable 870 function addPrototypeField(classType, ast, context) { argument
|
| D | parserRealSource6.js | 311 …bientValueMembers, enclosedTypes, ambientEnclosedTypes, context, thisType, classType, moduleDecl) { argument
|
| D | parserRealSource8.js | 484 function pushAssignScope(scope, context, type, classType, fnc) { argument
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 7899 const classType = getDeclaredTypeOfClassOrInterface(symbol); constant 8982 … const classType = getDeclaredTypeOfSymbol(getParentOfSymbol(prototype)!) as InterfaceType; constant 11883 const classType = getDeclaredTypeOfClassOrInterface(symbol); constant 11917 const classType = getDeclaredTypeOfClassOrInterface(symbol); constant 13330 const classType = declaration.kind === SyntaxKind.Constructor ? constant 13333 …const typeParameters = classType ? classType.localTypeParameters : getTypeParametersFromDeclaratio… constant 21425 const classType = getDeclaringClass(property); constant 27037 … const classType = getDeclaredTypeOfSymbol(getSymbolOfNode(classLikeDeclaration)) as InterfaceType; constant 44498 …const classType = classDecl && getDeclaredTypeOfClassOrInterface(getSymbolOfNode(classDecl.class)); constant 44570 …const classType = classDecl && getDeclaredTypeOfClassOrInterface(getSymbolOfNode(classDecl.class)); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 51482 function getDefaultConstructSignatures(classType) { argument 66541 function getSuperClass(classType) { argument
|
| D | typingsInstaller.js | 61888 function getDefaultConstructSignatures(classType) { argument 79266 function getSuperClass(classType) { argument
|