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

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: Fix class literal handling 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 | « test/mjsunit/harmony/regress/regress-4395.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 09eb83051ca753142076004daea20b7e75c96efc..cc6d722790c265c61e23da8febe6d5def146d2c7 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -865,9 +865,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',
« no previous file with comments | « 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