Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DfixClassIncorrectlyImplementsInterface.ts56 const classType = checker.getTypeAtLocation(classDeclaration); constant
/third_party/typescript/tests/cases/compiler/
DescapedIdentifiers.ts42 class classType\u0032 { class
/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js294 var classType: Type; variable
341 classType = new Type(); variable
870 function addPrototypeField(classType, ast, context) { argument
DparserRealSource6.js311 …bientValueMembers, enclosedTypes, ambientEnclosedTypes, context, thisType, classType, moduleDecl) { argument
DparserRealSource8.js484 function pushAssignScope(scope, context, type, classType, fnc) { argument
/third_party/typescript/src/compiler/
Dchecker.ts7899 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/
Dtsc.js51482 function getDefaultConstructSignatures(classType) { argument
66541 function getSuperClass(classType) { argument
DtypingsInstaller.js61888 function getDefaultConstructSignatures(classType) { argument
79266 function getSuperClass(classType) { argument