On Tue, Oct 22, 2013 at 8:10 PM, Russell Leggett <russell.legg...@gmail.com>
 wrote:

> > Revised algorithm:
> 1. If receiver has protocol method symbol as a property, use that as
override.
> 2. Try to use protocol methods - start by checking receiver type mapping,
then check up type hierarchy for any matches, and finally if no matches,
use the default if defined.
> 3. Finally, if no matches and no default, check prototype for method of
same name.
> Does that sound better?

Much :)
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to