super.apply(this, arguments)

P T Withington ptw at pobox.com
Wed Dec 19 09:46:21 PST 2007


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?



More information about the Es4-discuss mailing list