Home
last modified time | relevance | path

Searched defs:finallyNode (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts2099 constructor (public tryNode: AST, public finallyNode: Finally) { property in TryFinally
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js4400 function TryFinally(tryNode, finallyNode) { argument