> > MyClass.call(Object.create(MyClass.prototype)); > > it should call the [[Construct]]. i.e. if it should use [[Construct]] when > 'this' is an instance of the class (inherits from it's prototype). >
Of course, the above is equivalent to just "new MyClass(...)" (I think), but I see your point. It may be enough to sink the idea. Have to think about it... kevin
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

