Call constructor

Call(
  1. Object function, {
  2. Object? arguments,
})

Implementation

Call(this.function, {this.arguments});