Home
last modified time | relevance | path

Searched refs:updateConstructorTypeNode (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts176 export const updateConstructorTypeNode = Debug.deprecate(( constant
182 … return factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type);
/third_party/typescript/src/compiler/
DvisitorPublic.ts487 return factory.updateConstructorTypeNode(<ConstructorTypeNode>node,
Dtypes.ts6999updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t…
7001updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar…
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1038 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), visitNodes(input.t…
/third_party/typescript/lib/
Dtypescript.d.ts3273updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method
3275updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method
6602 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
DtypescriptServices.d.ts3273updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method
3275updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method
6602 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
Dtsserverlibrary.d.ts3273updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method
3275updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method
10347 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
Dtsc.js16317 updateConstructorTypeNode: updateConstructorTypeNode, property
17389 function updateConstructorTypeNode() { function
68751 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier…
81313 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu…
DtypingsInstaller.js20613 updateConstructorTypeNode: updateConstructorTypeNode, property
21821 function updateConstructorTypeNode() { function
81816 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier…
99663 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu…
DtypescriptServices.js20818 updateConstructorTypeNode: updateConstructorTypeNode, property
22026 function updateConstructorTypeNode() { function
82021 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier…
99868 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu…
152910 …ts.updateConstructorTypeNode = ts.Debug.deprecate(function (node, typeParameters, parameters, type…
152911 …return ts.factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type…
Dtsserverlibrary.js20818 updateConstructorTypeNode: updateConstructorTypeNode, property
22026 function updateConstructorTypeNode() { function
82021 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier…
99868 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu…
162682 …ts.updateConstructorTypeNode = ts.Debug.deprecate(function (node, typeParameters, parameters, type…
162683 …return ts.factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type…
Dtsserver.js20624 updateConstructorTypeNode: updateConstructorTypeNode, property
21832 function updateConstructorTypeNode() { function
81827 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier…
99674 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu…
162678 …ts.updateConstructorTypeNode = ts.Debug.deprecate(function (node, typeParameters, parameters, type…
162679 …return ts.factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type…
Dtypescript.js20818 updateConstructorTypeNode: updateConstructorTypeNode, property
22026 function updateConstructorTypeNode() { function
82021 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier…
99868 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu…
152910 …ts.updateConstructorTypeNode = ts.Debug.deprecate(function (node, typeParameters, parameters, type…
152911 …return ts.factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3389updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method
3391updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method
6849 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
Dtsserverlibrary.d.ts3389updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method
3391updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method
10632 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts107 updateConstructorTypeNode,
1742 …function updateConstructorTypeNode(...args: Parameters<typeof updateConstructorTypeNode1 | typeof …