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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1128043006: [destructuring] Adapting PatternRewriter to work in for-statements. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 5 years, 7 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/destructuring.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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 '../../src/objects-debug.cc', 792 '../../src/objects-debug.cc',
793 '../../src/objects-inl.h', 793 '../../src/objects-inl.h',
794 '../../src/objects-printer.cc', 794 '../../src/objects-printer.cc',
795 '../../src/objects.cc', 795 '../../src/objects.cc',
796 '../../src/objects.h', 796 '../../src/objects.h',
797 '../../src/optimizing-compile-dispatcher.cc', 797 '../../src/optimizing-compile-dispatcher.cc',
798 '../../src/optimizing-compile-dispatcher.h', 798 '../../src/optimizing-compile-dispatcher.h',
799 '../../src/ostreams.cc', 799 '../../src/ostreams.cc',
800 '../../src/ostreams.h', 800 '../../src/ostreams.h',
801 '../../src/pattern-rewriter.cc', 801 '../../src/pattern-rewriter.cc',
802 '../../src/pattern-rewriter.h',
803 '../../src/parser.cc', 802 '../../src/parser.cc',
804 '../../src/parser.h', 803 '../../src/parser.h',
805 '../../src/pending-compilation-error-handler.cc', 804 '../../src/pending-compilation-error-handler.cc',
806 '../../src/pending-compilation-error-handler.h', 805 '../../src/pending-compilation-error-handler.h',
807 '../../src/perf-jit.cc', 806 '../../src/perf-jit.cc',
808 '../../src/perf-jit.h', 807 '../../src/perf-jit.h',
809 '../../src/preparse-data-format.h', 808 '../../src/preparse-data-format.h',
810 '../../src/preparse-data.cc', 809 '../../src/preparse-data.cc',
811 '../../src/preparse-data.h', 810 '../../src/preparse-data.h',
812 '../../src/preparser.cc', 811 '../../src/preparser.cc',
(...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 }], 1880 }],
1882 ['want_separate_host_toolset==1', { 1881 ['want_separate_host_toolset==1', {
1883 'toolsets': ['host'], 1882 'toolsets': ['host'],
1884 }, { 1883 }, {
1885 'toolsets': ['target'], 1884 'toolsets': ['target'],
1886 }], 1885 }],
1887 ], 1886 ],
1888 }, 1887 },
1889 ], 1888 ],
1890 } 1889 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/destructuring.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698