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

Unified Diff: src/objects.h

Issue 1203973002: Serializer: clear next link in weak cells. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix asan failure Created 5 years, 6 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 | « src/heap/objects-visiting-inl.h ('k') | src/objects-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 785fa987b71fda3665c638c524f59a7edfc37fc3..6695f3f0fba62ed73cfa700160d3fdb2f053a916 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -9610,6 +9610,10 @@ class WeakCell : public HeapObject {
DECL_ACCESSORS(next, Object)
+ inline void clear_next(Heap* heap);
+
+ inline bool next_cleared();
+
DECLARE_CAST(WeakCell)
DECLARE_PRINTER(WeakCell)
« no previous file with comments | « src/heap/objects-visiting-inl.h ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698