The use of the term receiver is somewhat misleading when put next to the
receiver in the get and set traps. For get and set the receiver is always
the proxy unless it's an object that has the proxy as its [[prototype]].
For function invocation the receiver is the callsite object which is never
going to be the proxy itself (unless you did something like
fnproxy.call(fnproxy).
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to