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

Unified Diff: src/isolate.h

Issue 4888002: [Isolates] Pass isolate to VMState constructor. (Closed)
Patch Set: Created 10 years, 1 month 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.cc ('k') | src/isolate.cc » ('j') | src/top.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 20f9625d4d6c79db9af7041c87f1fd26d9c68e61..326a3a6fcbbe4008342c6543ab779901bc1e0512 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -106,7 +106,7 @@ class DebuggerAgent;
// of handles to the actual constants.
typedef ZoneList<Handle<Object> > ZoneObjectList;
-
+// TODO(isolates): pass isolate pointer here.
#define RETURN_IF_SCHEDULED_EXCEPTION() \
if (Isolate::Current()->has_scheduled_exception()) \
return Isolate::Current()->PromoteScheduledException()
« no previous file with comments | « src/heap.cc ('k') | src/isolate.cc » ('j') | src/top.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698