Is this permitted syntax in a constructor: super.apply(this, arguments); for the case where I want to pass all my arguments to my superclass constructor? If not, how does one do that, especially if the constructor I am calling from takes a ...rest arg?