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

Unified Diff: runtime/vm/parser.cc

Issue 18529003: Add stackTrace to Error object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 7 years, 6 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/parser.cc
diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc
index a3c43dd38eb8eebc88b995752360f0135ea1d19d..cf1d9673bc4e413605cf36886c5930f884081b05 100644
--- a/runtime/vm/parser.cc
+++ b/runtime/vm/parser.cc
@@ -956,7 +956,7 @@ SequenceNode* Parser::ParseStaticConstGetter(const Function& func) {
ident_pos,
field,
new LiteralNode(ident_pos, Instance::ZoneHandle())));
- // TODO(regis): Exception to throw is not specified by spec.
+ // TODO(regis, 5802): Exception to throw is not specified by spec.
Lasse Reichstein Nielsen 2013/07/03 13:06:13 I think there was another issue too. Mentioned in
floitsch 2013/07/03 14:50:20 I closed the other.
const String& circular_error = String::ZoneHandle(
Symbols::New("circular dependency in field initialization"));
report_circular->Add(

Powered by Google App Engine
This is Rietveld 408576698