On 2/17/14 4:32 PM, Brendan Eich wrote:
SpiderMonkey still needs to nativize the DOM/XPCOM-based implementation, both to follow the spec (including subclassability)
The DOM can easily support subclassability once SpiderMonkey itself does. The problem is, SpiderMonkey has no subclassing support so far. Just being able to specify-and-inherit @@create via JSAPI would make it pretty easy for the DOM to set itself up as subclassable... at least modulo https://bugzilla.mozilla.org/show_bug.cgi?id=916644
and to avoid dependencies on the DOM or XPCOM.
That's a much stronger reason to move promises into SpiderMonkey, yes. -Boris _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

