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

Side by Side Diff: src/builtins.cc

Issue 1322883002: Make isolate.h usable without objects-inl.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-frames-2
Patch Set: Rebased. Created 5 years, 3 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 | « src/bootstrapper.cc ('k') | src/cancelable-task.cc » ('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/builtins.h" 5 #include "src/builtins.h"
6 6
7 #include "src/api.h" 7 #include "src/api.h"
8 #include "src/api-natives.h" 8 #include "src/api-natives.h"
9 #include "src/arguments.h" 9 #include "src/arguments.h"
10 #include "src/base/once.h" 10 #include "src/base/once.h"
11 #include "src/bootstrapper.h" 11 #include "src/bootstrapper.h"
12 #include "src/cpu-profiler.h" 12 #include "src/cpu-profiler.h"
13 #include "src/elements.h" 13 #include "src/elements.h"
14 #include "src/frames-inl.h" 14 #include "src/frames-inl.h"
15 #include "src/gdb-jit.h" 15 #include "src/gdb-jit.h"
16 #include "src/heap-profiler.h" 16 #include "src/heap-profiler.h"
17 #include "src/ic/handler-compiler.h" 17 #include "src/ic/handler-compiler.h"
18 #include "src/ic/ic.h" 18 #include "src/ic/ic.h"
19 #include "src/isolate-inl.h"
19 #include "src/messages.h" 20 #include "src/messages.h"
20 #include "src/prototype.h" 21 #include "src/prototype.h"
21 #include "src/vm-state-inl.h" 22 #include "src/vm-state-inl.h"
22 23
23 namespace v8 { 24 namespace v8 {
24 namespace internal { 25 namespace internal {
25 26
26 namespace { 27 namespace {
27 28
28 // Arguments object passed to C++ builtins. 29 // Arguments object passed to C++ builtins.
(...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 BUILTIN_LIST_C(DEFINE_BUILTIN_ACCESSOR_C) 1370 BUILTIN_LIST_C(DEFINE_BUILTIN_ACCESSOR_C)
1370 BUILTIN_LIST_A(DEFINE_BUILTIN_ACCESSOR_A) 1371 BUILTIN_LIST_A(DEFINE_BUILTIN_ACCESSOR_A)
1371 BUILTIN_LIST_H(DEFINE_BUILTIN_ACCESSOR_H) 1372 BUILTIN_LIST_H(DEFINE_BUILTIN_ACCESSOR_H)
1372 BUILTIN_LIST_DEBUG_A(DEFINE_BUILTIN_ACCESSOR_A) 1373 BUILTIN_LIST_DEBUG_A(DEFINE_BUILTIN_ACCESSOR_A)
1373 #undef DEFINE_BUILTIN_ACCESSOR_C 1374 #undef DEFINE_BUILTIN_ACCESSOR_C
1374 #undef DEFINE_BUILTIN_ACCESSOR_A 1375 #undef DEFINE_BUILTIN_ACCESSOR_A
1375 1376
1376 1377
1377 } // namespace internal 1378 } // namespace internal
1378 } // namespace v8 1379 } // namespace v8
OLDNEW
« no previous file with comments | « src/bootstrapper.cc ('k') | src/cancelable-task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698