Searched defs:catchNode (Results 1 – 2 of 2) sorted by relevance
2144 constructor (public tryNode: Try, public catchNode: Catch) { property in TryCatch
4446 function TryCatch(tryNode, catchNode) { argument