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

Unified Diff: src/globals.h

Issue 2209573002: Separate Scope into DeclarationScope and Scope (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Move has_simple_parameters_ to DeclarationScope Created 4 years, 4 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/globals.h
diff --git a/src/globals.h b/src/globals.h
index 71edc036bafea45f090503664d2b1c6af9f0d327..2bfb1eb84e258a0ed59d46a1d4f463d0624a9c9c 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -429,6 +429,7 @@ class OldSpace;
class ParameterCount;
class Foreign;
class Scope;
+class DeclarationScope;
class ScopeInfo;
class Script;
class Smi;

Powered by Google App Engine
This is Rietveld 408576698