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

Unified Diff: BUILD.gn

Issue 1414283002: [es6] Fix scoping for default parameters in arrow functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix set_outer_scope 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 | « no previous file | src/ast.h » ('j') | src/scopes.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 03f738d7adbc3fc0d8fdcf0e8effa8032a2ff194..0d8c8494b5727ce249578a88f0c1b82af0d30375 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1102,9 +1102,11 @@ source_set("v8_base") {
"src/optimizing-compile-dispatcher.h",
"src/ostreams.cc",
"src/ostreams.h",
- "src/pattern-rewriter.cc",
+ "src/parameter-initializer-rewriter.cc",
+ "src/parameter-initializer-rewriter.h",
"src/parser.cc",
"src/parser.h",
+ "src/pattern-rewriter.cc",
"src/pending-compilation-error-handler.cc",
"src/pending-compilation-error-handler.h",
"src/preparse-data-format.h",
« no previous file with comments | « no previous file | src/ast.h » ('j') | src/scopes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698