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

Unified Diff: sdk/lib/internal/internal.dart

Issue 742873002: Isolates: allow sending of arbitrary objects in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove unnecessary comment. Created 6 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
Index: sdk/lib/internal/internal.dart
diff --git a/sdk/lib/internal/internal.dart b/sdk/lib/internal/internal.dart
index 10b961312a021eacd49e1f84b2f652af6eb02821..7b4bf9e741ff9a43be5da44874fba981e4caf8e6 100644
--- a/sdk/lib/internal/internal.dart
+++ b/sdk/lib/internal/internal.dart
@@ -45,3 +45,9 @@ const POWERS_OF_TEN = const [
1000000000000000000000.0,
10000000000000000000000.0,
];
+
+
+/// Marks the internal map in dart2js, so that internal libraries can is-check
+// them.
+abstract class InternalMap {
+}
Lasse Reichstein Nielsen 2014/11/24 12:55:42 This should be in a dart2js specific import like _
floitsch 2014/11/24 15:06:57 moved to js_helper.

Powered by Google App Engine
This is Rietveld 408576698