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

Side by Side Diff: src/isolate.h

Issue 1288053004: Remove inline header includes from non-inline headers (2). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-object
Patch Set: Fix GCC compilation. Created 5 years, 4 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/conversions-inl.h ('k') | src/sampler.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 #ifndef V8_ISOLATE_H_ 5 #ifndef V8_ISOLATE_H_
6 #define V8_ISOLATE_H_ 6 #define V8_ISOLATE_H_
7 7
8 #include <queue> 8 #include <queue>
9 #include <set> 9 #include <set>
10 10
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 class ExternalCallbackScope; 57 class ExternalCallbackScope;
58 class ExternalReferenceTable; 58 class ExternalReferenceTable;
59 class Factory; 59 class Factory;
60 class FunctionInfoListener; 60 class FunctionInfoListener;
61 class HandleScopeImplementer; 61 class HandleScopeImplementer;
62 class HeapProfiler; 62 class HeapProfiler;
63 class HStatistics; 63 class HStatistics;
64 class HTracer; 64 class HTracer;
65 class InlineRuntimeFunctionsTable; 65 class InlineRuntimeFunctionsTable;
66 class InnerPointerToCodeCache; 66 class InnerPointerToCodeCache;
67 class Logger;
67 class MaterializedObjectStore; 68 class MaterializedObjectStore;
68 class CodeAgingHelper; 69 class CodeAgingHelper;
69 class RegExpStack; 70 class RegExpStack;
70 class SaveContext; 71 class SaveContext;
71 class StatsTable; 72 class StatsTable;
72 class StringTracker; 73 class StringTracker;
73 class StubCache; 74 class StubCache;
74 class SweeperThread; 75 class SweeperThread;
75 class ThreadManager; 76 class ThreadManager;
76 class ThreadState; 77 class ThreadState;
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 } 1607 }
1607 1608
1608 EmbeddedVector<char, 128> filename_; 1609 EmbeddedVector<char, 128> filename_;
1609 FILE* file_; 1610 FILE* file_;
1610 int scope_depth_; 1611 int scope_depth_;
1611 }; 1612 };
1612 1613
1613 } } // namespace v8::internal 1614 } } // namespace v8::internal
1614 1615
1615 #endif // V8_ISOLATE_H_ 1616 #endif // V8_ISOLATE_H_
OLDNEW
« no previous file with comments | « src/conversions-inl.h ('k') | src/sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698