Closed pedrofaustino closed 12 years ago
That also works. 'this' will be DedicatedWorkerContext when executed inside a Worker script, and thus will be behave in the same way as with DOMWindow. Shall I send a new pull request?
On 5 January 2012 18:42, nicolas garcia belmonte < reply@reply.github.com
wrote:
How about changing
window.$jit
withthis.$jit
? I think it would be better considering all the variable hoisting "things" that happen with variable declarations.
Reply to this email directly or view it on GitHub: https://github.com/philogb/jit/pull/99#issuecomment-3373233
How about changing
window.$jit
withthis.$jit
? I think it would be better considering all the variable hoisting "things" that happen with variable declarations.