ThrowStmt constructor

ThrowStmt(
  1. Expression error
)

Implementation

ThrowStmt(this.error);