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

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

Issue 2655623005: [parser] Skipping inner funcs: add info about variables. (Closed)
Patch Set: create variables only when the flag is on 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
Index: src/parsing/preparsed-scope-data.h
diff --git a/src/parsing/preparsed-scope-data.h b/src/parsing/preparsed-scope-data.h
index 5a553a9bcd94b3b906779e302691bf68f2d6abb3..9366f0d72b80d4356148f82ab7c4f7ddf8aff7a8 100644
--- a/src/parsing/preparsed-scope-data.h
+++ b/src/parsing/preparsed-scope-data.h
@@ -23,8 +23,7 @@ class PreParsedScopeData {
int start_position, int end_position);
~ScopeScope();
- // TODO(marja): The functions for adding information about local variables
- // will appear here.
+ void AddVariable(VariableLocation location, bool maybe_assigned);
private:
PreParsedScopeData* data_;

Powered by Google App Engine
This is Rietveld 408576698