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

Unified Diff: runtime/vm/object.cc

Issue 19172002: Revert "Cleanup VM error handling." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/exceptions.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/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 65b87d9ed7910901efd9d784f1e1c21566ce1365..774edce3822a650387c6b2f591426fc5e30df980 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -144,10 +144,10 @@ const double MegamorphicCache::kLoadFactor = 0.75;
V(CoreLibrary, Object, _as) \
V(CoreLibrary, Object, _instanceOf) \
V(CoreLibrary, _ObjectArray, _ObjectArray.) \
- V(CoreLibrary, _AssertionErrorImplementation, _throwNew) \
- V(CoreLibrary, _TypeErrorImplementation, _throwNew) \
- V(CoreLibrary, _FallThroughErrorImplementation, _throwNew) \
- V(CoreLibrary, _AbstractClassInstantiationErrorImplementation, _throwNew) \
+ V(CoreLibrary, AssertionErrorImplementation, _throwNew) \
+ V(CoreLibrary, TypeErrorImplementation, _throwNew) \
+ V(CoreLibrary, FallThroughErrorImplementation, _throwNew) \
+ V(CoreLibrary, AbstractClassInstantiationErrorImplementation, _throwNew) \
V(CoreLibrary, NoSuchMethodError, _throwNew) \
V(CoreLibrary, int, _throwFormatException) \
V(CoreLibrary, int, _parse) \
« no previous file with comments | « runtime/vm/exceptions.cc ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698