Home
last modified time | relevance | path

Searched refs:lastStatement (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixUnreachableCode.ts54 …const lastStatement = Debug.checkDefined(lastWhere(sliceAfter(statement.parent.statements, stateme… constant
55 changes.deleteNodeRange(sourceFile, statement, lastStatement);
/third_party/typescript/src/services/
DtextChanges.ts600 const lastStatement = lastOrUndefined(ctr.body!.statements); constant
601 if (!lastStatement || !ctr.body!.multiLine) {
605 this.insertNodeAfter(sourceFile, lastStatement, newStatement);
/third_party/typescript/src/compiler/transformers/
Des2015.ts1204 const lastStatement = lastOrUndefined((statement as Block).statements); constant
1205 if (lastStatement && isSufficientlyCoveredByReturnStatements(lastStatement)) {
/third_party/typescript/lib/
Dtsc.js87307 var lastStatement = ts.lastOrUndefined(statement.statements);
87308 if (lastStatement && isSufficientlyCoveredByReturnStatements(lastStatement)) {
DtypingsInstaller.js104181 var lastStatement = ts.lastOrUndefined(statement.statements);
104182 if (lastStatement && isSufficientlyCoveredByReturnStatements(lastStatement)) {