RESOLVED DUPLICATE of bug 142944 Bug 141885
Bytecode generation and linking should use a stack of symbol tables rather than a stack of scopes, and scope resolution nodes should refer to the current stack of symbol tables to drive lookups rather than using dynamism for non-empty local scope stacks
https://bugs.webkit.org/show_bug.cgi?id=141885
Summary Bytecode generation and linking should use a stack of symbol tables rather th...
Filip Pizlo
Reported 2015-02-22 18:12:07 PST
This should fix a bunch of bugs, and enable us to implement let without craziness.
Attachments
Saam Barati
Comment 1 2015-06-12 13:45:33 PDT
Patch to implement block scoping in the form of 'let' will do this. *** This bug has been marked as a duplicate of bug 142944 ***
Note You need to log in before you can comment on or make changes to this bug.