Hi John,

>     (function() {
>         var self = this;
>         (function() { console.log(self); });
>     });

1.  As stated above, it's assumed that BTFs will be preferred for clarity
or brevity gains, even if bound-this is not required.  "Opting out" of BTFs
is no different than using classic functions, so I can't see that there is
any cost involved.

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

Reply via email to