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

Unified Diff: src/crankshaft/typing.cc

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/crankshaft/typing.cc
diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc
index 4ffe40d9930aaf4f49501fc5fc2fb908c529944a..31e2d33878c19dbab743f0294d2342f3ca19d4e7 100644
--- a/src/crankshaft/typing.cc
+++ b/src/crankshaft/typing.cc
@@ -15,8 +15,8 @@ namespace v8 {
namespace internal {
AstTyper::AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure,
- Scope* scope, BailoutId osr_ast_id, FunctionLiteral* root,
- AstTypeBounds* bounds)
+ DeclarationScope* scope, BailoutId osr_ast_id,
+ FunctionLiteral* root, AstTypeBounds* bounds)
: isolate_(isolate),
zone_(zone),
closure_(closure),

Powered by Google App Engine
This is Rietveld 408576698