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

Unified Diff: runtime/vm/isolate.h

Issue 9148051: Provide API support for weak handles and post-mortem finalization. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address review comments Created 8 years, 11 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 | « runtime/vm/handles_impl.h ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/isolate.h
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h
index 402b0147298f54cc918abc124fcc9864eed8c979..f25e954424922a94035c6b852bbd66e9345ffe5c 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -18,6 +18,7 @@ class BigintStore;
class CodeIndexTable;
class Debugger;
class HandleScope;
+class HandleVisitor;
class Heap;
class LongJump;
class MessageQueue;
@@ -44,10 +45,7 @@ class Isolate {
// Visit all object pointers.
void VisitObjectPointers(ObjectPointerVisitor* visitor, bool validate_frames);
- void VisitStrongObjectPointers(ObjectPointerVisitor* visitor,
- bool validate_frames);
-
- void VisitWeakObjectPointers(ObjectPointerVisitor* visitor);
+ void VisitWeakPersistentHandles(HandleVisitor* visitor);
StoreBufferBlock* store_buffer() { return &store_buffer_; }
« no previous file with comments | « runtime/vm/handles_impl.h ('k') | runtime/vm/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698