Kevin Smith (2014-02-13T20:33:33.000Z)
>
>
> What about protocols?
>>
>>
> Can you elaborate?  I know that Russell Leggett did some work along those
> lines a while ago (which really inspired the merge idea), but can you
> describe exactly what you mean?
>
>
Note though, that since behavior of `referenceGet` is completely arbitrary,
you could (for instance) create a "reference name" object which traverses
up the prototype chain looking for a certain method name, and returns some
fallback method if nothing is found.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140213/a0d9779b/attachment.html>
domenic at domenicdenicola.com (2014-02-18T04:38:50.855Z)
Note though, that since behavior of `referenceGet` is completely arbitrary,
you could (for instance) create a "reference name" object which traverses
up the prototype chain looking for a certain method name, and returns some
fallback method if nothing is found.