same thing this does var bound = Object.bind(Object); bound.foo = capabilityBobShouldntGet; // who does this ?
var HAH = bound.foo; ... so I am missing your point I guess ... but my proposal wants to return always same object for 99.9% of usage out there ... On Fri, Jan 6, 2012 at 8:55 AM, Mark S. Miller <[email protected]> wrote: > In your proposal, what does this code sequence do: > > > Object.boundTo(Object).foo = capabilityBobShouldntGet; > var HAH = Object.boundTo(Object).foo; > > ? > >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

