Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(872)

Unified Diff: src/parsing/preparsed-scope-data.h

Issue 2657943003: [parser] Skipping inner funcs: add variable names into the data for test purposes. (Closed)
Patch Set: code review (vogelheim@) Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ast/scopes.cc ('k') | src/parsing/preparsed-scope-data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/preparsed-scope-data.h
diff --git a/src/parsing/preparsed-scope-data.h b/src/parsing/preparsed-scope-data.h
index 9366f0d72b80d4356148f82ab7c4f7ddf8aff7a8..9f92cf286ccc289c155b1e49b8ea65f1b8888312 100644
--- a/src/parsing/preparsed-scope-data.h
+++ b/src/parsing/preparsed-scope-data.h
@@ -23,7 +23,7 @@ class PreParsedScopeData {
int start_position, int end_position);
~ScopeScope();
- void AddVariable(VariableLocation location, bool maybe_assigned);
+ void MaybeAddVariable(Variable* var);
private:
PreParsedScopeData* data_;
« no previous file with comments | « src/ast/scopes.cc ('k') | src/parsing/preparsed-scope-data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698