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

Unified Diff: runtime/vm/snapshot.h

Issue 380333002: Add VM class for Map/LinkedHashMap. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 5 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/vm/snapshot.h
===================================================================
--- runtime/vm/snapshot.h (revision 38122)
+++ runtime/vm/snapshot.h (working copy)
@@ -42,6 +42,7 @@
class RawRedirectionData;
class RawFunction;
class RawGrowableObjectArray;
+class RawLinkedHashMap;
class RawFloat32x4;
class RawFloat64x2;
class RawInt32x4;
@@ -373,6 +374,7 @@
friend class RedirectionData;
friend class Function;
friend class GrowableObjectArray;
+ friend class LinkedHashMap;
friend class ImmutableArray;
friend class JSRegExp;
friend class LanguageError;
@@ -572,6 +574,7 @@
friend class RawClass;
friend class RawClosureData;
friend class RawGrowableObjectArray;
+ friend class RawLinkedHashMap;
friend class RawImmutableArray;
friend class RawJSRegExp;
friend class RawLibrary;

Powered by Google App Engine
This is Rietveld 408576698