Home
last modified time | relevance | path

Searched defs:classType (Results 1 – 9 of 9) 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/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dquery-selector-all.js109 classType () { method in Results
/third_party/typescript/src/compiler/
Dchecker.ts7879 const classType = getDeclaredTypeOfClassOrInterface(symbol); constant
8962 … const classType = getDeclaredTypeOfSymbol(getParentOfSymbol(prototype)!) as InterfaceType; constant
11859 const classType = getDeclaredTypeOfClassOrInterface(symbol); constant
11893 const classType = getDeclaredTypeOfClassOrInterface(symbol); constant
13291 const classType = declaration.kind === SyntaxKind.Constructor ? constant
13294 …const typeParameters = classType ? classType.localTypeParameters : getTypeParametersFromDeclaratio… constant
21386 const classType = getDeclaringClass(property); constant
26985 … const classType = getDeclaredTypeOfSymbol(getSymbolOfNode(classLikeDeclaration)) as InterfaceType; constant
43810 …const classType = classDecl && getDeclaredTypeOfClassOrInterface(getSymbolOfNode(classDecl.class)); constant
43882 …const classType = classDecl && getDeclaredTypeOfClassOrInterface(getSymbolOfNode(classDecl.class)); constant
/third_party/typescript/lib/
Dtsc.js50725 function getDefaultConstructSignatures(classType) { argument
65758 function getSuperClass(classType) { argument
DtypingsInstaller.js61015 function getDefaultConstructSignatures(classType) { argument
78353 function getSuperClass(classType) { argument