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

Unified Diff: src/global-handles.h

Issue 13952005: Add tests for GlobalHandles::IterateObjectGroups. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Code review (mstarzinger) Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/cctest/cctest.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/global-handles.h
diff --git a/src/global-handles.h b/src/global-handles.h
index ffec6c20445f4abe9258b5c95024d17e2e9ea7f1..d4041ae394a2b381dd754e0859e69809990b707b 100644
--- a/src/global-handles.h
+++ b/src/global-handles.h
@@ -32,10 +32,15 @@
#include "../include/v8-profiler.h"
#include "list.h"
+#include "v8utils.h"
namespace v8 {
namespace internal {
+class GCTracer;
+class HeapStats;
+class ObjectVisitor;
+
// Structure for tracking global handles.
// A single list keeps all the allocated global handles.
// Destroyed handles stay in the list but is added to the free list.
« no previous file with comments | « no previous file | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698