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

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
« no previous file with comments | « runtime/vm/raw_object_snapshot.cc ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot.h
===================================================================
--- runtime/vm/snapshot.h (revision 38576)
+++ runtime/vm/snapshot.h (working copy)
@@ -42,6 +42,7 @@
class RawRedirectionData;
class RawFunction;
class RawGrowableObjectArray;
+class RawLinkedHashMap;
class RawFloat32x4;
class RawFloat64x2;
class RawInt32x4;
@@ -376,6 +377,7 @@
friend class RedirectionData;
friend class Function;
friend class GrowableObjectArray;
+ friend class LinkedHashMap;
friend class ImmutableArray;
friend class JSRegExp;
friend class LanguageError;
@@ -613,6 +615,7 @@
friend class RawClass;
friend class RawClosureData;
friend class RawGrowableObjectArray;
+ friend class RawLinkedHashMap;
friend class RawImmutableArray;
friend class RawJSRegExp;
friend class RawLibrary;
« no previous file with comments | « runtime/vm/raw_object_snapshot.cc ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698