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

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

Issue 943543002: [strong] Declaration-after-use errors. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: more fixes + tests Created 5 years, 10 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
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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 '../../src/objects-inl.h', 759 '../../src/objects-inl.h',
760 '../../src/objects-printer.cc', 760 '../../src/objects-printer.cc',
761 '../../src/objects.cc', 761 '../../src/objects.cc',
762 '../../src/objects.h', 762 '../../src/objects.h',
763 '../../src/optimizing-compiler-thread.cc', 763 '../../src/optimizing-compiler-thread.cc',
764 '../../src/optimizing-compiler-thread.h', 764 '../../src/optimizing-compiler-thread.h',
765 '../../src/ostreams.cc', 765 '../../src/ostreams.cc',
766 '../../src/ostreams.h', 766 '../../src/ostreams.h',
767 '../../src/parser.cc', 767 '../../src/parser.cc',
768 '../../src/parser.h', 768 '../../src/parser.h',
769 '../../src/pending-compilation-error-handler.cc',
770 '../../src/pending-compilation-error-handler.h',
769 '../../src/perf-jit.cc', 771 '../../src/perf-jit.cc',
770 '../../src/perf-jit.h', 772 '../../src/perf-jit.h',
771 '../../src/preparse-data-format.h', 773 '../../src/preparse-data-format.h',
772 '../../src/preparse-data.cc', 774 '../../src/preparse-data.cc',
773 '../../src/preparse-data.h', 775 '../../src/preparse-data.h',
774 '../../src/preparser.cc', 776 '../../src/preparser.cc',
775 '../../src/preparser.h', 777 '../../src/preparser.h',
776 '../../src/prettyprinter.cc', 778 '../../src/prettyprinter.cc',
777 '../../src/prettyprinter.h', 779 '../../src/prettyprinter.h',
778 '../../src/profile-generator-inl.h', 780 '../../src/profile-generator-inl.h',
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1813 }], 1815 }],
1814 ['want_separate_host_toolset==1', { 1816 ['want_separate_host_toolset==1', {
1815 'toolsets': ['host'], 1817 'toolsets': ['host'],
1816 }, { 1818 }, {
1817 'toolsets': ['target'], 1819 'toolsets': ['target'],
1818 }], 1820 }],
1819 ], 1821 ],
1820 }, 1822 },
1821 ], 1823 ],
1822 } 1824 }
OLDNEW
« test/mjsunit/strong/declaration-after-use.js ('K') | « test/mjsunit/strong/declaration-after-use.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698