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

Unified Diff: runtime/vm/reusable_handles.h

Issue 193513002: Return error object from Dart_Allocate when an error occurs. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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/isolate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/reusable_handles.h
===================================================================
--- runtime/vm/reusable_handles.h (revision 33504)
+++ runtime/vm/reusable_handles.h (working copy)
@@ -78,6 +78,8 @@
#define REUSABLE_OBJECT_HANDLESCOPE(isolate) \
ReusableObjectHandleScope reused_object_handle(isolate);
+#define REUSABLE_ERROR_HANDLESCOPE(isolate) \
+ ReusableErrorHandleScope reused_error_handle(isolate);
#define REUSABLE_ARRAY_HANDLESCOPE(isolate) \
ReusableArrayHandleScope reused_array_handle(isolate);
#define REUSABLE_STRING_HANDLESCOPE(isolate) \
« no previous file with comments | « runtime/vm/isolate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698