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

Unified Diff: src/parsing/parser.h

Issue 2650703003: [parser]: Skipping inner funcs / initial implemetation of storing scope analysis data from preparse… (Closed)
Patch Set: bugfixes + tests 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/parser.h
diff --git a/src/parsing/parser.h b/src/parsing/parser.h
index 0ae8fb9cd100270fb29be1e1287c15b927420f40..90c815e0401e992291b9fb20d14c9531f0b276fb 100644
--- a/src/parsing/parser.h
+++ b/src/parsing/parser.h
@@ -1136,6 +1136,8 @@ class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) {
bool allow_lazy_;
bool temp_zoned_;
ParserLogger* log_;
+
+ PreParsedScopeData* preparsed_scope_data_;
vogelheim 2017/01/25 10:00:18 nitpick: forward-declare PreParsedScopeData? (It's
marja 2017/01/25 10:21:26 Done.
};
// ----------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698