On Tue, Sep 18, 2012 at 10:12 AM, Tom Van Cutsem <[email protected]> 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 _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

