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

Unified Diff: runtime/platform/globals.h

Issue 1130753006: Hide Isolate pointer from embedder (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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: runtime/platform/globals.h
diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h
index 6837265c23de032b3977c366db6508b97a13e04f..28e1490975c3151193229d1bb648897c8df8aa06 100644
--- a/runtime/platform/globals.h
+++ b/runtime/platform/globals.h
@@ -271,7 +271,8 @@ typedef simd128_value_t fpu_register_t;
#define Pd64 PRId64
#define Pu64 PRIu64
#define Px64 PRIx64
-
+// Printing a Dart_Isolate
+#define Piso PRId64
// Suffixes for 64-bit integer literals.
#ifdef _MSC_VER

Powered by Google App Engine
This is Rietveld 408576698