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

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

Issue 389573007: Remove MirroredCompilationError from the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase + regen snapshot test 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | tests/lib/mirrors/removed_api_test.dart » ('j') | 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 V(FormatException, "FormatException") \ 249 V(FormatException, "FormatException") \
250 V(UnsupportedError, "UnsupportedError") \ 250 V(UnsupportedError, "UnsupportedError") \
251 V(StackOverflowError, "StackOverflowError") \ 251 V(StackOverflowError, "StackOverflowError") \
252 V(OutOfMemoryError, "OutOfMemoryError") \ 252 V(OutOfMemoryError, "OutOfMemoryError") \
253 V(InternalError, "_InternalError") \ 253 V(InternalError, "_InternalError") \
254 V(NullThrownError, "NullThrownError") \ 254 V(NullThrownError, "NullThrownError") \
255 V(IsolateSpawnException, "IsolateSpawnException") \ 255 V(IsolateSpawnException, "IsolateSpawnException") \
256 V(IsolateUnhandledException, "_IsolateUnhandledException") \ 256 V(IsolateUnhandledException, "_IsolateUnhandledException") \
257 V(JavascriptIntegerOverflowError, "_JavascriptIntegerOverflowError") \ 257 V(JavascriptIntegerOverflowError, "_JavascriptIntegerOverflowError") \
258 V(JavascriptCompatibilityError, "_JavascriptCompatibilityError") \ 258 V(JavascriptCompatibilityError, "_JavascriptCompatibilityError") \
259 V(MirroredCompilationError, "MirroredCompilationError") \
260 V(_setupFullStackTrace, "_setupFullStackTrace") \ 259 V(_setupFullStackTrace, "_setupFullStackTrace") \
261 V(BooleanExpression, "boolean expression") \ 260 V(BooleanExpression, "boolean expression") \
262 V(Malformed, "malformed") \ 261 V(Malformed, "malformed") \
263 V(Malbounded, "malbounded") \ 262 V(Malbounded, "malbounded") \
264 V(InstanceOf, "InstanceOf") \ 263 V(InstanceOf, "InstanceOf") \
265 V(MegamorphicMiss, "megamorphic_miss") \ 264 V(MegamorphicMiss, "megamorphic_miss") \
266 V(CommaSpace, ", ") \ 265 V(CommaSpace, ", ") \
267 V(ColonSpace, ": ") \ 266 V(ColonSpace, ": ") \
268 V(RParenArrow, ") => ") \ 267 V(RParenArrow, ") => ") \
269 V(SpaceExtendsSpace, " extends ") \ 268 V(SpaceExtendsSpace, " extends ") \
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 friend class SnapshotReader; 536 friend class SnapshotReader;
538 friend class SnapshotWriter; 537 friend class SnapshotWriter;
539 friend class ApiMessageReader; 538 friend class ApiMessageReader;
540 539
541 DISALLOW_COPY_AND_ASSIGN(Symbols); 540 DISALLOW_COPY_AND_ASSIGN(Symbols);
542 }; 541 };
543 542
544 } // namespace dart 543 } // namespace dart
545 544
546 #endif // VM_SYMBOLS_H_ 545 #endif // VM_SYMBOLS_H_
OLDNEW
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | tests/lib/mirrors/removed_api_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698