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

Unified Diff: src/parameter-initializer-rewriter.h

Issue 1417463004: Revert of [es6] Fix scoping for default parameters in arrow functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « src/ast-expression-visitor.cc ('k') | src/parameter-initializer-rewriter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parameter-initializer-rewriter.h
diff --git a/src/parameter-initializer-rewriter.h b/src/parameter-initializer-rewriter.h
deleted file mode 100644
index a195cb600ff7cca8e70718538d4fb4d6d8c39d61..0000000000000000000000000000000000000000
--- a/src/parameter-initializer-rewriter.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2015 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef V8_PARAMETER_EXPRESSION_REWRITER_H_
-#define V8_PARAMETER_EXPRESSION_REWRITER_H_
-
-#include "src/ast.h"
-
-namespace v8 {
-namespace internal {
-
-
-void RewriteParameterInitializerScope(uintptr_t stack_limit,
- Expression* initializer, Scope* old_scope,
- Scope* new_scope);
-
-
-} // namespace internal
-} // namespace v8
-
-#endif // V8_PARAMETER_EXPRESSION_REWRITER_H_
« no previous file with comments | « src/ast-expression-visitor.cc ('k') | src/parameter-initializer-rewriter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698