Home
last modified time | relevance | path

Searched defs:tryStatement (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/
DoutliningElementsCollector.ts205 const tryStatement = n.parent as TryStatement; constant
DdocumentHighlights.ts81 … const tryStatement = node.kind === SyntaxKind.CatchKeyword ? node.parent.parent : node.parent; constant
/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts435 …const tryStatement = factory.createTryStatement(tryBlock, /*catchClause*/ undefined, finallyBlock); constant
463 …const tryStatement = factory.createTryStatement(tryBlock, catchClause, /*finallyBlock*/ undefined); constant