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

Side by Side Diff: src/builtins.cc

Issue 333013002: Check alpha-sorting of includes during presubmit. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « src/bootstrapper.cc ('k') | src/cached-powers.h » ('j') | 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 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "src/v8.h" 5 #include "src/v8.h"
6 6
7 #include "src/api.h" 7 #include "src/api.h"
8 #include "src/arguments.h" 8 #include "src/arguments.h"
9 #include "src/base/once.h" 9 #include "src/base/once.h"
10 #include "src/bootstrapper.h" 10 #include "src/bootstrapper.h"
11 #include "src/builtins.h" 11 #include "src/builtins.h"
12 #include "src/cpu-profiler.h" 12 #include "src/cpu-profiler.h"
13 #include "src/gdb-jit.h" 13 #include "src/gdb-jit.h"
14 #include "src/heap-profiler.h"
14 #include "src/ic-inl.h" 15 #include "src/ic-inl.h"
15 #include "src/heap-profiler.h"
16 #include "src/mark-compact.h" 16 #include "src/mark-compact.h"
17 #include "src/stub-cache.h" 17 #include "src/stub-cache.h"
18 #include "src/vm-state-inl.h" 18 #include "src/vm-state-inl.h"
19 19
20 namespace v8 { 20 namespace v8 {
21 namespace internal { 21 namespace internal {
22 22
23 namespace { 23 namespace {
24 24
25 // Arguments object passed to C++ builtins. 25 // Arguments object passed to C++ builtins.
(...skipping 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 } 1717 }
1718 BUILTIN_LIST_C(DEFINE_BUILTIN_ACCESSOR_C) 1718 BUILTIN_LIST_C(DEFINE_BUILTIN_ACCESSOR_C)
1719 BUILTIN_LIST_A(DEFINE_BUILTIN_ACCESSOR_A) 1719 BUILTIN_LIST_A(DEFINE_BUILTIN_ACCESSOR_A)
1720 BUILTIN_LIST_H(DEFINE_BUILTIN_ACCESSOR_H) 1720 BUILTIN_LIST_H(DEFINE_BUILTIN_ACCESSOR_H)
1721 BUILTIN_LIST_DEBUG_A(DEFINE_BUILTIN_ACCESSOR_A) 1721 BUILTIN_LIST_DEBUG_A(DEFINE_BUILTIN_ACCESSOR_A)
1722 #undef DEFINE_BUILTIN_ACCESSOR_C 1722 #undef DEFINE_BUILTIN_ACCESSOR_C
1723 #undef DEFINE_BUILTIN_ACCESSOR_A 1723 #undef DEFINE_BUILTIN_ACCESSOR_A
1724 1724
1725 1725
1726 } } // namespace v8::internal 1726 } } // namespace v8::internal
OLDNEW
« no previous file with comments | « src/bootstrapper.cc ('k') | src/cached-powers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698