ThrowStatement constructor

ThrowStatement(
  1. Expression argument
)

Implementation

ThrowStatement(this.argument);