Le 02/09/2012 20:38, Rick Waldron a écrit : > On Sun, Sep 2, 2012 at 1:57 PM, David Bruant <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > In the proxy proposal, one can read the following signature for the > apply trap: > apply: function(target,receiver,args) -> any > But the "receiver" doesn't make much sense to me. Is it just a typo or > am I missing something? > > > > Based on the older proposals, the receiver is a thisArg that is > usually just a reference to the Proxy Ok, it makes a lot of sense. I think I had been confused by the example "proxy(...args)". It probably should be something like "proxy.apply(receiver, args)" to refer to receiver.
Thanks, David
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

