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

Unified Diff: src/global-handles.h

Issue 1815153002: Introduce EmbedderHeapTracer (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Incorporate Jochen's wonderful comments Created 4 years, 9 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
Index: src/global-handles.h
diff --git a/src/global-handles.h b/src/global-handles.h
index e1722d8e9914b41a30f701e077f0c0b27dcb398b..2938bc5384bdda161c2fce5871b651e021cf784e 100644
--- a/src/global-handles.h
+++ b/src/global-handles.h
@@ -148,6 +148,8 @@ class GlobalHandles {
WeakCallbackInfo<void>::Callback weak_callback,
v8::WeakCallbackType type);
+ static void AddObjectToMarkingDeque(Object** object, Isolate* isolate);
+
void RecordStats(HeapStats* stats);
// Returns the current number of weak handles.

Powered by Google App Engine
This is Rietveld 408576698