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

Side by Side Diff: src/d8.h

Issue 1221433021: Move SmartPointer to base. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove some unecessary header includes Created 5 years, 5 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 // 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 #ifndef V8_D8_H_ 5 #ifndef V8_D8_H_
6 #define V8_D8_H_ 6 #define V8_D8_H_
7 7
8 #ifndef V8_SHARED 8 #ifndef V8_SHARED
9 #include "src/allocation.h" 9 #include "src/allocation.h"
10 #include "src/hashmap.h" 10 #include "src/hashmap.h"
11 #include "src/list.h" 11 #include "src/list.h"
12 #include "src/smart-pointers.h"
13 #include "src/v8.h" 12 #include "src/v8.h"
14 #else 13 #else
15 #include "include/v8.h" 14 #include "include/v8.h"
16 #include "src/base/compiler-specific.h" 15 #include "src/base/compiler-specific.h"
17 #endif // !V8_SHARED 16 #endif // !V8_SHARED
18 17
19 namespace v8 { 18 namespace v8 {
20 19
21 20
22 #ifndef V8_SHARED 21 #ifndef V8_SHARED
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 static void RunShell(Isolate* isolate); 477 static void RunShell(Isolate* isolate);
479 static bool SetOptions(int argc, char* argv[]); 478 static bool SetOptions(int argc, char* argv[]);
480 static Handle<ObjectTemplate> CreateGlobalTemplate(Isolate* isolate); 479 static Handle<ObjectTemplate> CreateGlobalTemplate(Isolate* isolate);
481 }; 480 };
482 481
483 482
484 } // namespace v8 483 } // namespace v8
485 484
486 485
487 #endif // V8_D8_H_ 486 #endif // V8_D8_H_
OLDNEW
« BUILD.gn ('K') | « src/compiler/pipeline-statistics.cc ('k') | src/deoptimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698