Searched defs:updatePropertyAssignment (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 864 export const updatePropertyAssignment: typeof factory.updatePropertyAssignment = Debug.deprecate(fa… constant
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8519 …updatePropertyAssignment(node: PropertyAssignment, name: PropertyName, initializer: Expression): P… method
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4247 …updatePropertyAssignment(node: PropertyAssignment, name: PropertyName, initializer: Expression): P… method
|
| D | tsserverlibrary.d.ts | 8250 …updatePropertyAssignment(node: PropertyAssignment, name: PropertyName, initializer: Expression): P… method
|
| D | typingsInstaller.js | 16635 function updatePropertyAssignment(node, name, initializer) { function
|
| D | tsc.js | 21926 function updatePropertyAssignment(node, name, initializer) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4247 …updatePropertyAssignment(node: PropertyAssignment, name: PropertyName, initializer: Expression): P… method
|
| D | tsserverlibrary.d.ts | 8250 …updatePropertyAssignment(node: PropertyAssignment, name: PropertyName, initializer: Expression): P… method
|