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

Unified Diff: src/global-handles.h

Issue 11085015: Allow collection of DOM objects in minor GC cycles. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Comments addressed Created 8 years, 2 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 866317ee139977a199c89ccb07d6be478bed073a..bc7c8af4e472dd66897427fb03f603815a1551c2 100644
--- a/src/global-handles.h
+++ b/src/global-handles.h
@@ -155,6 +155,9 @@ class GlobalHandles {
// Clear the weakness of a global handle.
void MarkIndependent(Object** location);
+ // Mark the reference to this object externaly unreachable.
+ void MarkExternallyUnreachable(Object** location);
+
static bool IsIndependent(Object** location);
// Tells whether global handle is near death.

Powered by Google App Engine
This is Rietveld 408576698