Herby Vojčík wrote:

Isn't also answer to "5.":

  Q: Will foo.call, foo.apply pass in the `this` ?
  A: Yes, see above.

changed? Or is lexical bound this working only for default this, but not for call and apply?

Yes, I addressed that in the update to

http://wiki.ecmascript.org/doku.php?id=strawman:arrow_function_syntax

Indeed lexical |this| means you can't pass a wrong-this even via .call or .apply. Thanks,

/be
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to