On Jul 8, 2011, at 9:52 AM, Brendan Eich wrote:

> If we do support private prototype properties, then what are the semantics? 
> Private name objects, as recently noted, have their .public counterparts 
> passed as name parameters to proxy traps, so something about private 
> prototype properties may be observable:
> 
> class Victim prototypes Proxy { private protoMethod() { 
> privat(super).protoMethod(); } }

s/prototypes/prototype/ of course.

/be

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to