1. I don't understand what you are trying to do and why 2. I don't think any of this woul dhave been solved anyway with "use" , neither in PHP
Hope others can help more. Best Regards On Fri, Jul 25, 2014 at 1:57 PM, Michaël Rouges <[email protected]> wrote: > Um, no, I was thinking something like : > > ``` > var fn; > > fn = function fn() { > // After the context is attached fn scope already knows "shared" > }; > > (function () { > var shared; > > shared = 'message'; > > fn.attachContext(); > }());``` > > > Michaël Rouges - https://github.com/Lcfvs - @Lcfvs > > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss > >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

