public CatchClause(Expression?param, BlockStatement body) : base(Nodes.CatchClause) { Param = param; Body = body; }
public CatchClause(IArrayPatternElement param, BlockStatement body) : base(Nodes.CatchClause) { Param = param; Body = body; }