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

Unified Diff: runtime/vm/raw_object.h

Issue 9240014: Set breakpoint at url, line number (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 11 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 3366)
+++ runtime/vm/raw_object.h (working copy)
@@ -491,6 +491,7 @@
}
intptr_t token_index_;
+ intptr_t end_token_index_;
siva 2012/01/18 01:32:03 This new field needs to be written out and read in
hausner 2012/01/18 23:26:38 Good catch. Done.
intptr_t num_fixed_parameters_;
intptr_t num_optional_parameters_;
intptr_t invocation_counter_;
« runtime/vm/object.cc ('K') | « runtime/vm/parser.cc ('k') | runtime/vm/scanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698