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

Side by Side Diff: runtime/vm/symbols.h

Issue 10832401: Gentle start with removing explicit interfaces (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« corelib/src/comparable.dart ('K') | « runtime/vm/snapshot_ids.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #ifndef VM_SYMBOLS_H_ 5 #ifndef VM_SYMBOLS_H_
6 #define VM_SYMBOLS_H_ 6 #define VM_SYMBOLS_H_
7 7
8 #include "vm/object.h" 8 #include "vm/object.h"
9 #include "vm/snapshot_ids.h" 9 #include "vm/snapshot_ids.h"
10 10
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 V(DeoptInfo, "DeoptInfo") \ 79 V(DeoptInfo, "DeoptInfo") \
80 V(Context, "Context") \ 80 V(Context, "Context") \
81 V(ContextScope, "ContextScope") \ 81 V(ContextScope, "ContextScope") \
82 V(ICData, "ICData") \ 82 V(ICData, "ICData") \
83 V(SubtypeTestCache, "SubtypeTestCache") \ 83 V(SubtypeTestCache, "SubtypeTestCache") \
84 V(ApiError, "ApiError") \ 84 V(ApiError, "ApiError") \
85 V(LanguageError, "LanguageError") \ 85 V(LanguageError, "LanguageError") \
86 V(UnhandledException, "UnhandledException") \ 86 V(UnhandledException, "UnhandledException") \
87 V(UnwindError, "UnwindError") \ 87 V(UnwindError, "UnwindError") \
88 V(IntegerImplementation, "IntegerImplementation") \ 88 V(IntegerImplementation, "IntegerImplementation") \
89 V(Number, "num") \
89 V(Smi, "Smi") \ 90 V(Smi, "Smi") \
90 V(Mint, "Mint") \ 91 V(Mint, "Mint") \
91 V(Bigint, "Bigint") \ 92 V(Bigint, "Bigint") \
92 V(Double, "Double") \ 93 V(Double, "Double") \
93 V(Bool, "Bool") \ 94 V(Bool, "Bool") \
94 V(ObjectArray, "ObjectArray") \ 95 V(ObjectArray, "ObjectArray") \
95 V(GrowableObjectArray, "GrowableObjectArray") \ 96 V(GrowableObjectArray, "GrowableObjectArray") \
96 V(ImmutableArray, "ImmutableArray") \ 97 V(ImmutableArray, "ImmutableArray") \
97 V(OneByteString, "OneByteString") \ 98 V(OneByteString, "OneByteString") \
98 V(TwoByteString, "TwoByteString") \ 99 V(TwoByteString, "TwoByteString") \
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 friend class SnapshotReader; 210 friend class SnapshotReader;
210 friend class SnapshotWriter; 211 friend class SnapshotWriter;
211 friend class ApiMessageReader; 212 friend class ApiMessageReader;
212 213
213 DISALLOW_COPY_AND_ASSIGN(Symbols); 214 DISALLOW_COPY_AND_ASSIGN(Symbols);
214 }; 215 };
215 216
216 } // namespace dart 217 } // namespace dart
217 218
218 #endif // VM_SYMBOLS_H_ 219 #endif // VM_SYMBOLS_H_
OLDNEW
« corelib/src/comparable.dart ('K') | « runtime/vm/snapshot_ids.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698