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

Unified Diff: src/compiler.h

Issue 2209573002: Separate Scope into DeclarationScope and Scope (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments 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/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index 5eab5033853be04ce9f6282a80862861e1942379..b8b3a0bfb4f3c6f58ef26e1e16b7dfb77a3b35ed 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -177,7 +177,7 @@ class CompilationInfo final {
// -----------------------------------------------------------
Handle<Script> script() const;
FunctionLiteral* literal() const;
- Scope* scope() const;
+ DeclarationScope* scope() const;
Handle<Context> context() const;
Handle<SharedFunctionInfo> shared_info() const;
bool has_shared_info() const;

Powered by Google App Engine
This is Rietveld 408576698