Home
last modified time | relevance | path

Searched refs:createClassExpression (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
Dfactory.ts17 …const clazz = factory.createClassExpression(/*modifiers*/ undefined, "C", /*typeParameters*/ undef…
/third_party/typescript/src/deprecatedCompat/4.8/
DmergeDecoratorsAndModifiers.ts130createClassExpression(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[]… method
239 createClassExpression, constant
738 factory.createClassExpression = buildOverload("createClassExpression")
741 … return createClassExpression(modifiers, name, typeParameters, heritageClauses, members);
745 …return createClassExpression(concatenate<ModifierLike>(decorators, modifiers), name, typeParameter…
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts1089 export const createClassExpression = Debug.deprecate(function createClassExpression( constant
1096 …return factory.createClassExpression(/*decorators*/ undefined, modifiers, name, typeParameters, he…
/third_party/typescript/src/compiler/transformers/
DlegacyDecorators.ts257 const classExpression = factory.createClassExpression(
/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts726 factory.createClassExpression(
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts220 createClassExpression,
3125 function createClassExpression(
3158 … ? update(createClassExpression(modifiers, name, typeParameters, heritageClauses, members), node)
/third_party/typescript/lib/
Dtypescript.d.ts3812createClassExpression(modifiers: readonly ModifierLike[] | undefined, name: string | Identifier | … method
8248 …const createClassExpression: (modifiers: readonly Modifier[] | undefined, name: string | Identifie… constant
8485createClassExpression(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[]… method
DtypescriptServices.d.ts3812createClassExpression(modifiers: readonly ModifierLike[] | undefined, name: string | Identifier | … method
8248 …const createClassExpression: (modifiers: readonly Modifier[] | undefined, name: string | Identifie… constant
8485createClassExpression(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[]… method
Dtsserverlibrary.d.ts3812createClassExpression(modifiers: readonly ModifierLike[] | undefined, name: string | Identifier | … method
12194 …const createClassExpression: (modifiers: readonly Modifier[] | undefined, name: string | Identifie… constant
12431createClassExpression(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[]… method
Dtsc.js18247 createClassExpression: createClassExpression,
20263 function createClassExpression(modifiers, name, typeParameters, heritageClauses, members) { function
20274 … ? update(createClassExpression(modifiers, name, typeParameters, heritageClauses, members), node)
31218 …: factory.createClassExpression(combineDecoratorsAndModifiers(decorators, modifiers), name, typePa…
84450 …var classExpression = factory.createClassExpression(undefined, name, undefined, heritageClauses, m…
91907 …nStatement(factory.createAssignment(name, ts.setTextRange(factory.createClassExpression(ts.visitNo…
DtypingsInstaller.js22888 createClassExpression: createClassExpression,
25182 function createClassExpression(modifiers, name, typeParameters, heritageClauses, members) { function
25194 … ? update(createClassExpression(modifiers, name, typeParameters, heritageClauses, members), node)
38461 …: factory.createClassExpression(combineDecoratorsAndModifiers(decorators, modifiers), name, typePa…
100436 var classExpression = factory.createClassExpression(
111326 …nStatement(factory.createAssignment(name, ts.setTextRange(factory.createClassExpression(ts.visitNo…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3812createClassExpression(modifiers: readonly ModifierLike[] | undefined, name: string | Identifier | … method
8248 …const createClassExpression: (modifiers: readonly Modifier[] | undefined, name: string | Identifie… constant
8485createClassExpression(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[]… method
Dtsserverlibrary.d.ts3812createClassExpression(modifiers: readonly ModifierLike[] | undefined, name: string | Identifier | … method
12194 …const createClassExpression: (modifiers: readonly Modifier[] | undefined, name: string | Identifie… constant
12431createClassExpression(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[]… method
/third_party/typescript/src/compiler/
Dtypes.ts8099createClassExpression(modifiers: readonly ModifierLike[] | undefined, name: string | Identifier | …
Dparser.ts7966 …: factory.createClassExpression(combineDecoratorsAndModifiers(decorators, modifiers), name, typePa…