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

Unified Diff: tools/gyp/v8.gyp

Issue 1405313002: [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
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index efc5e67c419a0eb190cd60e90957c4b4dbfb5d58..96c32b8c44c46ad19e33a16f6f373b688a44bd7b 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -863,9 +863,11 @@
'../../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',
« test/mjsunit/harmony/regress/regress-4395.js ('K') | « test/mjsunit/harmony/regress/regress-4395.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698