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.js106 classType () { method in Results
/third_party/typescript/src/compiler/
Dchecker.ts7838 const classType = getDeclaredTypeOfClassOrInterface(symbol); constant
8921 … const classType = getDeclaredTypeOfSymbol(getParentOfSymbol(prototype)!) as InterfaceType; constant
11818 const classType = getDeclaredTypeOfClassOrInterface(symbol); constant
11852 const classType = getDeclaredTypeOfClassOrInterface(symbol); constant
13250 const classType = declaration.kind === SyntaxKind.Constructor ? constant
13253 …const typeParameters = classType ? classType.localTypeParameters : getTypeParametersFromDeclaratio… constant
21345 const classType = getDeclaringClass(property); constant
26944 … const classType = getDeclaredTypeOfSymbol(getSymbolOfNode(classLikeDeclaration)) as InterfaceType; constant
43739 …const classType = classDecl && getDeclaredTypeOfClassOrInterface(getSymbolOfNode(classDecl.class)); constant
43811 …const classType = classDecl && getDeclaredTypeOfClassOrInterface(getSymbolOfNode(classDecl.class)); constant
/third_party/typescript/lib/
DtypingsInstaller.js60820 function getDefaultConstructSignatures(classType) { argument
78136 function getSuperClass(classType) { argument
Dtsc.js50546 function getDefaultConstructSignatures(classType) { argument
65557 function getSuperClass(classType) { argument