Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts2144 constructor (public tryNode: Try, public catchNode: Catch) { property in TryCatch
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js4446 function TryCatch(tryNode, catchNode) { argument