Home
last modified time | relevance | path

Searched defs:tryNode (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
2144 constructor (public tryNode: Try, public catchNode: Catch) { property in TryCatch
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js4400 function TryFinally(tryNode, finallyNode) { argument
4446 function TryCatch(tryNode, catchNode) { argument