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

Unified Diff: runtime/vm/isolate.h

Issue 326183002: Pass around the current isolate in exception handling code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « runtime/vm/exceptions.cc ('k') | runtime/vm/object.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 95a7954411ff42e30bee597512105a0988d1f3c8..17d9164a5aa1e87cf2fca6b37645c7db38a1e473 100644
--- a/runtime/vm/isolate.h
+++ b/runtime/vm/isolate.h
@@ -31,6 +31,7 @@ class CodeIndexTable;
class Debugger;
class DeoptContext;
class Error;
+class ExceptionHandlers;
class Field;
class Function;
class GrowableObjectArray;
@@ -50,6 +51,7 @@ class Object;
class ObjectIdRing;
class ObjectPointerVisitor;
class ObjectStore;
+class PcDescriptors;
class RawInstance;
class RawArray;
class RawContext;
@@ -89,12 +91,14 @@ class IsolateVisitor {
V(Class) \
V(Code) \
V(Error) \
+ V(ExceptionHandlers) \
V(Field) \
V(Function) \
V(GrowableObjectArray) \
V(Instance) \
V(Library) \
V(Object) \
+ V(PcDescriptors) \
V(String) \
V(TypeArguments) \
V(TypeParameter) \
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698