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.ts1597 readonly finallyBlock?: Block; property
DtypescriptServices.d.ts1597 readonly finallyBlock?: Block; property
Dtsserverlibrary.d.ts1597 readonly finallyBlock?: Block; property
DtypingsInstaller.js25630 function createTryStatement(tryBlock, catchClause, finallyBlock) { argument
25642 function updateTryStatement(node, tryBlock, catchClause, finallyBlock) { argument
Dtsc.js20653 function createTryStatement(tryBlock, catchClause, finallyBlock) { argument
20664 function updateTryStatement(node, tryBlock, catchClause, finallyBlock) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1597 readonly finallyBlock?: Block; property
Dtsserverlibrary.d.ts1597 readonly finallyBlock?: Block; property