Searched refs:updateObjectBindingPattern (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 274 …export const updateObjectBindingPattern = Debug.deprecate(factory.updateObjectBindingPattern, fact… constant
|
| /third_party/typescript/src/compiler/transformers/ |
| D | declarations.ts | 470 … return factory.updateObjectBindingPattern(name, visitNodes(name.elements, visitBindingElement));
|
| /third_party/typescript/src/compiler/ |
| D | visitorPublic.ts | 730 return context.factory.updateObjectBindingPattern(node,
|
| D | types.ts | 8025 …updateObjectBindingPattern(node: ObjectBindingPattern, elements: readonly BindingElement[]): Objec…
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 154 updateObjectBindingPattern, 2277 …function updateObjectBindingPattern(node: ObjectBindingPattern, elements: readonly BindingElement[…
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3746 …updateObjectBindingPattern(node: ObjectBindingPattern, elements: readonly BindingElement[]): Objec… method 7686 …const updateObjectBindingPattern: (node: ObjectBindingPattern, elements: readonly BindingElement[]… constant
|
| D | typescriptServices.d.ts | 3746 …updateObjectBindingPattern(node: ObjectBindingPattern, elements: readonly BindingElement[]): Objec… method 7686 …const updateObjectBindingPattern: (node: ObjectBindingPattern, elements: readonly BindingElement[]… constant
|
| D | tsserverlibrary.d.ts | 3746 …updateObjectBindingPattern(node: ObjectBindingPattern, elements: readonly BindingElement[]): Objec… method 11632 …const updateObjectBindingPattern: (node: ObjectBindingPattern, elements: readonly BindingElement[]… constant
|
| D | tsc.js | 18181 updateObjectBindingPattern: updateObjectBindingPattern, property 19630 function updateObjectBindingPattern(node, elements) { function 79521 …return context.factory.updateObjectBindingPattern(node, nodesVisitor(node.elements, visitor, ts.is… 93523 …return factory.updateObjectBindingPattern(name, ts.visitNodes(name.elements, visitBindingElement));
|
| D | typingsInstaller.js | 22822 updateObjectBindingPattern: updateObjectBindingPattern, property 24462 function updateObjectBindingPattern(node, elements) { function 94040 …return context.factory.updateObjectBindingPattern(node, nodesVisitor(node.elements, visitor, ts.is… 113418 …return factory.updateObjectBindingPattern(name, ts.visitNodes(name.elements, visitBindingElement));
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3746 …updateObjectBindingPattern(node: ObjectBindingPattern, elements: readonly BindingElement[]): Objec… method 7686 …const updateObjectBindingPattern: (node: ObjectBindingPattern, elements: readonly BindingElement[]… constant
|
| D | tsserverlibrary.d.ts | 3746 …updateObjectBindingPattern(node: ObjectBindingPattern, elements: readonly BindingElement[]): Objec… method 11632 …const updateObjectBindingPattern: (node: ObjectBindingPattern, elements: readonly BindingElement[]… constant
|