Bug 144978
Summary: | Make a class that replaces 'typedef ... IdentifierSet' which encapsulates lexical identifier semantics | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | benjamin, fpizlo, ggaren, mark.lam, mmirman, msaboff, oliver |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 142944 | ||
Bug Blocks: |
Saam Barati
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Saam Barati
Now being rolled into:
https://bugs.webkit.org/show_bug.cgi?id=142944
*** This bug has been marked as a duplicate of bug 142944 ***