On Wed, Jun 18, 2014 at 9:01 PM, Boris Zbarsky <[email protected]> wrote: > Note that at this point we're already forcing spec authors to think about > the exact @@create behavior to make things subclassable and that in > particular, every single existing spec that has a constructor will need to > be revisited and modified as needed.
Revisiting existing classes and making them suitable for subclassing seems like something that would be hard to avoid. Allen had to do it for all the built-in classes to make sure certain methods return this.constructor and such, I doubt we're going to avoid that. -- http://annevankesteren.nl/ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

