Home
last modified time | relevance | path

Searched defs:tryNode (Results 1 – 1 of 1) 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