On Jun 19, 2012, at 10:34 AM, Erik Arvidsson wrote:

> On Tue, Jun 19, 2012 at 10:12 AM, Brendan Eich <bren...@mozilla.org> wrote:
>> How does Allen's strawman preclude these? You can have .foo and .bar by the
>> usual means, as properties (lazy if proxied). You can alias indexes to them
>> using @elementGet and @elementSet if those hooks are invoked for any
>> bracket-indexed access, whatever the type of the expression in brackets.
> 
> With proxies, yes. But if you are already using proxies I don't see
> why you would use @elementGet and @elementSet?

There are various differences between @elementGet and @elementSet and proxy 
get/set handlers.  One is that the index value isn't coerced to a string before 
being passed to @elementGet/@elementSet

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

Reply via email to