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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « test/mjsunit/harmony/regress/regress-4395.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 '../../src/msan.h', 858 '../../src/msan.h',
859 '../../src/objects-debug.cc', 859 '../../src/objects-debug.cc',
860 '../../src/objects-inl.h', 860 '../../src/objects-inl.h',
861 '../../src/objects-printer.cc', 861 '../../src/objects-printer.cc',
862 '../../src/objects.cc', 862 '../../src/objects.cc',
863 '../../src/objects.h', 863 '../../src/objects.h',
864 '../../src/optimizing-compile-dispatcher.cc', 864 '../../src/optimizing-compile-dispatcher.cc',
865 '../../src/optimizing-compile-dispatcher.h', 865 '../../src/optimizing-compile-dispatcher.h',
866 '../../src/ostreams.cc', 866 '../../src/ostreams.cc',
867 '../../src/ostreams.h', 867 '../../src/ostreams.h',
868 '../../src/pattern-rewriter.cc', 868 '../../src/parameter-initializer-rewriter.cc',
869 '../../src/parameter-initializer-rewriter.h',
869 '../../src/parser.cc', 870 '../../src/parser.cc',
870 '../../src/parser.h', 871 '../../src/parser.h',
872 '../../src/pattern-rewriter.cc',
871 '../../src/pending-compilation-error-handler.cc', 873 '../../src/pending-compilation-error-handler.cc',
872 '../../src/pending-compilation-error-handler.h', 874 '../../src/pending-compilation-error-handler.h',
873 '../../src/preparse-data-format.h', 875 '../../src/preparse-data-format.h',
874 '../../src/preparse-data.cc', 876 '../../src/preparse-data.cc',
875 '../../src/preparse-data.h', 877 '../../src/preparse-data.h',
876 '../../src/preparser.cc', 878 '../../src/preparser.cc',
877 '../../src/preparser.h', 879 '../../src/preparser.h',
878 '../../src/prettyprinter.cc', 880 '../../src/prettyprinter.cc',
879 '../../src/prettyprinter.h', 881 '../../src/prettyprinter.h',
880 '../../src/profiler/allocation-tracker.cc', 882 '../../src/profiler/allocation-tracker.cc',
(...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 }], 2098 }],
2097 ['want_separate_host_toolset==1', { 2099 ['want_separate_host_toolset==1', {
2098 'toolsets': ['host'], 2100 'toolsets': ['host'],
2099 }, { 2101 }, {
2100 'toolsets': ['target'], 2102 'toolsets': ['target'],
2101 }], 2103 }],
2102 ], 2104 ],
2103 }, 2105 },
2104 ], 2106 ],
2105 } 2107 }
OLDNEW
« 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