Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts434 const finallyBlock = factory.createBlock(inlinedCallback); constant
/third_party/typescript/lib/
Dtypescript.d.ts1721 readonly finallyBlock?: Block; property
Dtsserverlibrary.d.ts5724 readonly finallyBlock?: Block; property
DtypingsInstaller.js15728 function createTryStatement(tryBlock, catchClause, finallyBlock) { argument
15736 function updateTryStatement(node, tryBlock, catchClause, finallyBlock) { argument
Dtsc.js21019 function createTryStatement(tryBlock, catchClause, finallyBlock) { argument
21027 function updateTryStatement(node, tryBlock, catchClause, finallyBlock) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1721 readonly finallyBlock?: Block; property
Dtsserverlibrary.d.ts5724 readonly finallyBlock?: Block; property