Searched refs:replaceConstructorBody (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/services/ |
D | textChanges.ts | 582 … this.replaceConstructorBody(sourceFile, ctr, [newStatement, ...ctr.body!.statements]); 592 … this.replaceConstructorBody(sourceFile, ctr, [...ctr.body!.statements, newStatement]); 602 … this.replaceConstructorBody(sourceFile, ctr, [...ctr.body!.statements, newStatement]); 609 …private replaceConstructorBody(sourceFile: SourceFile, ctr: ConstructorDeclaration, statements: re… method in ts.textChanges.ChangeTracker
|