Searched defs:classType (Results 1 – 9 of 9) 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/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
| D | query-selector-all.js | 109 classType () { method in Results
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 7879 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/ |
| D | tsc.js | 50725 function getDefaultConstructSignatures(classType) { argument 65758 function getSuperClass(classType) { argument
|
| D | typingsInstaller.js | 61015 function getDefaultConstructSignatures(classType) { argument 78353 function getSuperClass(classType) { argument
|