Bug 144978 - Make a class that replaces 'typedef ... IdentifierSet' which encapsulates lexical identifier semantics
Summary: Make a class that replaces 'typedef ... IdentifierSet' which encapsulates lex...
Status: RESOLVED DUPLICATE of bug 142944
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on: 142944
Blocks:
  Show dependency treegraph
 
Reported: 2015-05-13 18:10 PDT by Saam Barati
Modified: 2015-07-02 14:01 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 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.
Comment 1 Saam Barati 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 ***