DescriptionGet rid of PreParserScope.
It's unnecessary; PreParser can just use normal Scopes for the things it needs
to track. Note: the only functionalities of PreParserScope were keeping track of
the scope stack, and for each scope, the scope type and language mode. Those are
now done by Scope. PreParser doesn't yet put variables into scopes (that will be
done in a follow up).
R=rossberg@chromium.org
BUG=
Committed: https://crrev.com/0ca9bef37fba0bbf408addf9ef3bf9e58ec8cc13
Cr-Commit-Position: refs/heads/master@{#26544}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 8 (2 generated)
|