July 26, 2012 TC39 Meeting Notes

Tab Atkins Jr. jackalmage at gmail.com
Tue Sep 18 01:44:13 PDT 2012


On Tue, Sep 18, 2012 at 10:12 AM, Tom Van Cutsem <tomvc.be at gmail.com> wrote:
> I wrote up a strawman that summarizes the discussion on proxies & private
> names in this thread:
> http://wiki.ecmascript.org/doku.php?id=strawman:proxies_names
>
> There are still some open issues though.

I like it!  Seems to work pretty well, and the fact that it allows us
to actually pass the private name itself around is very nice and
simple.

Changing to an unknownPrivateName() trap is interesting.  It seems
kinda weird to be a *trap*, rather than just a property on the handler
object, though.  Is there a good reason to have that be dynamic?

~TJ


More information about the es-discuss mailing list