Home
last modified time | relevance | path

Searched defs:tryBlock (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts419 const tryBlock = factory.createBlock(inlinedLeftHandSide); constant
447 const tryBlock = factory.createBlock(inlinedLeftHandSide); constant
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2162 var tryBlock = new BasicBlock(); variable
/third_party/typescript/lib/
Dtypescript.d.ts1595 readonly tryBlock: Block; property
DtypescriptServices.d.ts1595 readonly tryBlock: Block; property
Dtsserverlibrary.d.ts1595 readonly tryBlock: 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.ts1595 readonly tryBlock: Block; property
Dtsserverlibrary.d.ts1595 readonly tryBlock: Block; property