catchClauses property
NodeList<CatchClause>
get
catchClauses
The catch clauses contained in the try statement.
Implementation
NodeList<CatchClause> get catchClauses;
The catch clauses contained in the try statement.
NodeList<CatchClause> get catchClauses;