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

Unified Diff: runtime/vm/raw_object.h

Issue 23445012: Mark exception handlers if they have a stacktrace specified. Do not build a stacktrace if the handl… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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
Index: runtime/vm/raw_object.h
===================================================================
--- runtime/vm/raw_object.h (revision 26792)
+++ runtime/vm/raw_object.h (working copy)
@@ -945,6 +945,7 @@
struct HandlerInfo {
intptr_t outer_try_index; // Try block index of enclosing try block.
intptr_t handler_pc; // PC value of handler.
+ bool needs_stacktrace; // True if a stacktrace is needed.
hausner 2013/08/28 16:08:20 Due to alignment of HandlerInfo elements in the da
siva 2013/08/28 17:00:09 I second this comment. On 2013/08/28 16:08:20, ha
srdjan 2013/08/28 20:38:29 Will do that in a follow up CL.
};
private:
RAW_HEAP_OBJECT_IMPLEMENTATION(ExceptionHandlers);
« runtime/vm/object_test.cc ('K') | « runtime/vm/parser.cc ('k') | runtime/vm/stack_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698