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

Unified Diff: runtime/vm/symbols.h

Issue 18531003: Cleanup VM error handling. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo. Created 7 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/object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index eed2fcb245b09c75216f4b0592f9a15593503b48..b78ce370de4a274774a65c8d213b9125d4fff758 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -34,11 +34,12 @@ class ObjectPointerVisitor;
V(ClosureParameter, ":closure") \
V(PhaseParameter, ":phase") \
V(TypeArgumentsParameter, ":type_arguments") \
- V(AssertionError, "AssertionErrorImplementation") \
- V(TypeError, "TypeErrorImplementation") \
- V(FallThroughError, "FallThroughErrorImplementation") \
+ V(AssertionError, "_AssertionErrorImplementation") \
+ V(CastError, "_CastErrorImplementation") \
+ V(TypeError, "_TypeErrorImplementation") \
+ V(FallThroughError, "_FallThroughErrorImplementation") \
V(AbstractClassInstantiationError, \
- "AbstractClassInstantiationErrorImplementation") \
+ "_AbstractClassInstantiationErrorImplementation") \
V(NoSuchMethodError, "NoSuchMethodError") \
V(ThrowNew, "_throwNew") \
V(List, "List") \
« no previous file with comments | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698