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