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

Unified Diff: vm/exceptions.h

Issue 11293163: Throw illegal argument exception when (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 1 month 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
Index: vm/exceptions.h
===================================================================
--- vm/exceptions.h (revision 14802)
+++ vm/exceptions.h (working copy)
@@ -57,6 +57,7 @@
kInternalError,
kNullPointer,
kIllegalJSRegExp,
+ kIllegalArgument,
kIsolateSpawn
};
« vm/base_isolate.h ('K') | « vm/dart_api_impl_test.cc ('k') | vm/exceptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698