Home
last modified time | relevance | path

Searched defs:finallyBlock (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts420 const finallyBlock = factory.createBlock(inlinedCallback); constant
/third_party/typescript/lib/
Dtypescript.d.ts1594 readonly finallyBlock?: Block; property
DtypescriptServices.d.ts1594 readonly finallyBlock?: Block; property
Dtsserverlibrary.d.ts1594 readonly finallyBlock?: Block; property
DtypingsInstaller.js25596 function createTryStatement(tryBlock, catchClause, finallyBlock) { argument
25608 function updateTryStatement(node, tryBlock, catchClause, finallyBlock) { argument
Dtsc.js20622 function createTryStatement(tryBlock, catchClause, finallyBlock) { argument
20633 function updateTryStatement(node, tryBlock, catchClause, finallyBlock) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1594 readonly finallyBlock?: Block; property
Dtsserverlibrary.d.ts1594 readonly finallyBlock?: Block; property