Andrea Giammarchi (2013-12-03T03:51:37.000Z)
Reading this:
http://esdiscuss.org/topic/november-19-2013-meeting-notes#content-6

I was wondering if anyone would be so kind to provide a concrete/real-world
use case for toMethod() since I am having hard time to imagine a scenario
where a super can be so easily invoked, being (AFAIK) multiple inheritance
not allowed right now in ES6 specs.

When exactly would a piece of code invoke a super withou knowing which one
is it?

Wouldn't this lead to potential infinite loop within the super invocation
itself if referenced from a subclass that was already using toMethod()
within the super() itself?

Thanks for any clarification.

Best Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131202/3cefc737/attachment.html>
domenic at domenicdenicola.com (2013-12-10T01:30:31.189Z)
Reading this:
http://esdiscuss.org/topic/november-19-2013-meeting-notes#content-6

I was wondering if anyone would be so kind to provide a concrete/real-world
use case for toMethod() since I am having hard time to imagine a scenario
where a super can be so easily invoked, being (AFAIK) multiple inheritance
not allowed right now in ES6 specs.

When exactly would a piece of code invoke a super withou knowing which one
is it?

Wouldn't this lead to potential infinite loop within the super invocation
itself if referenced from a subclass that was already using toMethod()
within the super() itself?

Thanks for any clarification.