| /third_party/typescript/src/compiler/transformers/ |
| D | legacyDecorators.ts | 49 case SyntaxKind.ClassExpression: 50 return visitClassExpression(node as ClassExpression); 290 function visitClassExpression(node: ClassExpression) { 438 …function getDecoratedClassElements(node: ClassExpression | ClassDeclaration, isStatic: boolean): r… 450 …function generateClassElementDecorationExpressions(node: ClassExpression | ClassDeclaration, isSta… 465 …function generateClassElementDecorationExpression(node: ClassExpression | ClassDeclaration, member… 545 function generateConstructorDecorationExpression(node: ClassExpression | ClassDeclaration) { 648 function getClassPrototype(node: ClassExpression | ClassDeclaration) { 652 … function getClassMemberPrefix(node: ClassExpression | ClassDeclaration, member: ClassElement) {
|
| D | utilities.ts | 336 …export function getProperties(node: ClassExpression | ClassDeclaration | StructDeclaration, requir… 337 …export function getProperties(node: ClassExpression | ClassDeclaration | StructDeclaration, requir… 338 …export function getProperties(node: ClassExpression | ClassDeclaration | StructDeclaration, requir… 346 …export function getStaticPropertiesAndClassStaticBlock(node: ClassExpression | ClassDeclaration): … 347 …export function getStaticPropertiesAndClassStaticBlock(node: ClassExpression | ClassDeclaration): … 348 …export function getStaticPropertiesAndClassStaticBlock(node: ClassExpression | ClassDeclaration): … 464 …function getAllDecoratorsOfAccessors(accessor: AccessorDeclaration, parent: ClassExpression | Clas…
|
| D | classFields.ts | 225 case SyntaxKind.ClassExpression: 226 return visitClassExpression(node as ClassExpression); 1253 function visitClassExpression(node: ClassExpression): Expression { 1257 …function visitClassExpressionInNewClassLexicalEnvironment(node: ClassExpression, facts: ClassFacts… 1372 function transformClassMembers(node: ClassDeclaration | ClassExpression) { 1471 …r: ConstructorDeclaration | undefined, container: ClassDeclaration | ClassExpression | StructDecla… 1505 …function transformConstructorBody(node: ClassDeclaration | ClassExpression | StructDeclaration, co…
|
| D | es2015.ts | 417 case SyntaxKind.ClassExpression: 418 return visitClassExpression(node as ClassExpression); 774 function visitClassExpression(node: ClassExpression): Expression { 793 …function transformClassLikeDeclarationToExpression(node: ClassExpression | ClassDeclaration): Expr… 866 …function transformClassBody(node: ClassExpression | ClassDeclaration, extendsClauseElement: Expres… 903 …function addExtendsHelperIfNeeded(statements: Statement[], node: ClassExpression | ClassDeclaratio… 923 …function addConstructor(statements: Statement[], node: ClassExpression | ClassDeclaration, name: I… 966 …function createDefaultConstructorBody(node: ClassDeclaration | ClassExpression, isDerivedClass: bo… 997 …ation & { body: FunctionBody } | undefined, node: ClassDeclaration | ClassExpression, extendsClaus… 1671 …function addClassMembers(statements: Statement[], node: ClassExpression | ClassDeclaration): void { [all …]
|
| D | ts.ts | 466 case SyntaxKind.ClassExpression: 475 return visitClassExpression(node as ClassExpression); 746 function visitClassExpression(node: ClassExpression): Expression { 766 function transformClassMembers(node: ClassDeclaration | ClassExpression) { 923 case SyntaxKind.ClassExpression:
|
| /third_party/typescript/src/compiler/factory/ |
| D | utilitiesPublic.ts | 21 || kind === SyntaxKind.ClassExpression 43 || kind === SyntaxKind.ClassExpression
|
| /third_party/typescript/src/services/ |
| D | navigationBar.ts | 322 case SyntaxKind.ClassExpression: 701 case SyntaxKind.ClassExpression: 702 … return getFunctionOrClassName(node as FunctionExpression | ArrowFunction | ClassExpression); 735 case SyntaxKind.ClassExpression: 743 … return getFunctionOrClassName(node as ArrowFunction | FunctionExpression | ClassExpression); 786 case SyntaxKind.ClassExpression: 967 …nctionOrClassExpression(node: Node): node is ArrowFunction | FunctionExpression | ClassExpression { 971 case SyntaxKind.ClassExpression:
|
| D | callHierarchy.ts | 4 | ClassExpression & { name: Identifier } 14 | ClassExpression & { name: undefined, parent: VariableDeclaration & { name: Identifier } } 534 case SyntaxKind.ClassExpression:
|
| D | jsDoc.ts | 509 case SyntaxKind.ClassExpression: 510 return find((rightHandSide as ClassExpression).members, isConstructorDeclaration);
|
| D | classifier2020.ts | 65 case SyntaxKind.ClassExpression:
|
| D | inlayHints.ts | 39 case SyntaxKind.ClassExpression:
|
| D | findAllReferences.ts | 511 else if (node.kind === SyntaxKind.ClassExpression) { 590 case SyntaxKind.ClassExpression: 1280 ….kind === SyntaxKind.FunctionExpression || valueDeclaration.kind === SyntaxKind.ClassExpression)) { 1924 case SyntaxKind.ClassExpression: 2069 case SyntaxKind.ClassExpression:
|
| D | symbolDisplay.ts | 14 return getDeclarationOfKind(symbol, SyntaxKind.ClassExpression) ? 314 if (getDeclarationOfKind(symbol, SyntaxKind.ClassExpression)) {
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | TypeScriptLinterConfig.ts | 63 LinterConfig.nodeDesc[FaultID.ClassExpression] = "Class expressions"; 178 [SyntaxKind.ClassExpression, FaultID.ClassExpression],
|
| D | Problems.ts | 28 LambdaWithTypeParameters, ClassExpression, DestructuringAssignment, enumerator 82 faultsAttrs[FaultID.ClassExpression] = new FaultAttributes(50, true);
|
| /third_party/typescript/src/linter/ArkTSLinter_1_0/ |
| D | Problems.ts | 26 LambdaWithTypeParameters, ClassExpression, DestructuringAssignment, enumerator 79 faultsAttrs[FaultID.ClassExpression] = { migratable: true, cookBookRef: "50", };
|
| D | TypeScriptLinterConfig.ts | 65 LinterConfig.nodeDesc[FaultID.ClassExpression] = "Class expressions";
|
| /third_party/typescript/src/deprecatedCompat/4.8/ |
| D | mergeDecoratorsAndModifiers.ts | 130 …Clauses: readonly HeritageClause[] | undefined, members: readonly ClassElement[]): ClassExpression; 134 …ClassExpression, decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] | un… 740 …lauses: readonly HeritageClause[] | undefined, members: readonly ClassElement[]): ClassExpression { 744 …lauses: readonly HeritageClause[] | undefined, members: readonly ClassElement[]): ClassExpression { 770 …ClassExpression, modifiers: readonly ModifierLike[] | undefined, name: Identifier | undefined, typ… 774 …ClassExpression, decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] | un…
|
| /third_party/typescript/src/services/codefixes/ |
| D | convertToEsModule.ts | 358 case SyntaxKind.ClassExpression: 360 …return classExpressionToDeclaration(name, modifiers, exported as ClassExpression, useSitesToUnqual… 556 …: string | undefined, additionalModifiers: readonly Modifier[], cls: ClassExpression, useSitesToUn…
|
| /third_party/typescript/src/services/formatting/ |
| D | smartIndenter.ts | 462 case SyntaxKind.ClassExpression: 467 …return getList((node as ClassDeclaration | ClassExpression | StructDeclaration | InterfaceDeclarat… 587 case SyntaxKind.ClassExpression:
|
| /third_party/typescript/src/services/refactors/ |
| D | convertParamsToDestructuredObject.ts | 574 case SyntaxKind.ClassExpression: 599 if (functionDeclaration.parent.kind === SyntaxKind.ClassExpression) { 622 parent: ClassDeclaration | (ClassExpression & { parent: ValidVariableDeclaration });
|
| /third_party/typescript/src/compiler/ |
| D | utilitiesPublic.ts | 1167 case SyntaxKind.ClassExpression: 1376 …ode.kind === SyntaxKind.ClassDeclaration || node.kind === SyntaxKind.ClassExpression || node.kind … 1620 case SyntaxKind.ClassExpression: 1820 || kind === SyntaxKind.ClassExpression
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 338 ClassExpression = 230, enumerator 609 …ethodDeclaration | GetAccessorDeclaration | SetAccessorDeclaration | ClassExpression | ClassDeclar… 611 …n | IndexSignatureDeclaration | FunctionExpression | ArrowFunction | ClassExpression | VariableSta… 905 readonly parent: ClassDeclaration | ClassExpression; 1606 …readonly kind: SyntaxKind.ClassDeclaration | SyntaxKind.ClassExpression | SyntaxKind.StructDeclara… 1624 export interface ClassExpression extends ClassLikeDeclarationBase, PrimaryExpression { interface 1625 readonly kind: SyntaxKind.ClassExpression; 1628 export type ClassLikeDeclaration = ClassDeclaration | ClassExpression | StructDeclaration; 3778 …Clauses: readonly HeritageClause[] | undefined, members: readonly ClassElement[]): ClassExpression; 3779 …ClassExpression, modifiers: readonly ModifierLike[] | undefined, name: Identifier | undefined, typ… [all …]
|
| D | typescriptServices.d.ts | 338 ClassExpression = 230, enumerator 609 …ethodDeclaration | GetAccessorDeclaration | SetAccessorDeclaration | ClassExpression | ClassDeclar… 611 …n | IndexSignatureDeclaration | FunctionExpression | ArrowFunction | ClassExpression | VariableSta… 905 readonly parent: ClassDeclaration | ClassExpression; 1606 …readonly kind: SyntaxKind.ClassDeclaration | SyntaxKind.ClassExpression | SyntaxKind.StructDeclara… 1624 export interface ClassExpression extends ClassLikeDeclarationBase, PrimaryExpression { interface 1625 readonly kind: SyntaxKind.ClassExpression; 1628 export type ClassLikeDeclaration = ClassDeclaration | ClassExpression | StructDeclaration; 3778 …Clauses: readonly HeritageClause[] | undefined, members: readonly ClassElement[]): ClassExpression; 3779 …ClassExpression, modifiers: readonly ModifierLike[] | undefined, name: Identifier | undefined, typ… [all …]
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 338 ClassExpression = 230, enumerator 609 …ethodDeclaration | GetAccessorDeclaration | SetAccessorDeclaration | ClassExpression | ClassDeclar… 611 …n | IndexSignatureDeclaration | FunctionExpression | ArrowFunction | ClassExpression | VariableSta… 905 readonly parent: ClassDeclaration | ClassExpression; 1606 …readonly kind: SyntaxKind.ClassDeclaration | SyntaxKind.ClassExpression | SyntaxKind.StructDeclara… 1624 export interface ClassExpression extends ClassLikeDeclarationBase, PrimaryExpression { interface 1625 readonly kind: SyntaxKind.ClassExpression; 1628 export type ClassLikeDeclaration = ClassDeclaration | ClassExpression | StructDeclaration; 3778 …Clauses: readonly HeritageClause[] | undefined, members: readonly ClassElement[]): ClassExpression; 3779 …ClassExpression, modifiers: readonly ModifierLike[] | undefined, name: Identifier | undefined, typ… [all …]
|