RESOLVED DUPLICATE of bug 142944 144978
Make a class that replaces 'typedef ... IdentifierSet' which encapsulates lexical identifier semantics
https://bugs.webkit.org/show_bug.cgi?id=144978
Summary Make a class that replaces 'typedef ... IdentifierSet' which encapsulates lex...
Saam Barati
Reported 2015-05-13 18:10:31 PDT
This will allow us to: - pass around one variable instead of having two variables where one represents identifiers, and one represents captured identifiers. This adds to the overall cleanliness of the code and abstracts this stuff away. - Associate identifiers with flags. Specifically, indicating if a variable is a constant or not.
Attachments
Saam Barati
Comment 1 2015-07-02 14:01:41 PDT
Now being rolled into: https://bugs.webkit.org/show_bug.cgi?id=142944 *** 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.