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

Unified Diff: dart/frog/leg/lib/js_helper.dart

Issue 9835088: Handle implicit closure of toString. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 | « no previous file | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/lib/js_helper.dart
diff --git a/dart/frog/leg/lib/js_helper.dart b/dart/frog/leg/lib/js_helper.dart
index ca78471a909b3163ed3598c2f1b89b0d453dd6d8..e4964a246c15666dbee7690e4211e2d6b33aaab4 100644
--- a/dart/frog/leg/lib/js_helper.dart
+++ b/dart/frog/leg/lib/js_helper.dart
@@ -1363,3 +1363,6 @@ class Null {
throw UnsupportedOperationException('new Null()');
ngeoffray 2012/03/25 18:35:32 Unrelated, but there is a missing 'new' here, I do
ahe 2012/03/25 19:49:53 frog/leg/lib/js_helper.dart:1363:11: error: is not
}
}
+
+// TODO(ahe): We should be able to automatically generate these.
Lasse Reichstein Nielsen 2012/03/25 18:27:33 I like "automatically generate" :)
ngeoffray 2012/03/25 18:35:32 You can remove the "be able to"
ahe 2012/03/25 19:49:53 Done.
ahe 2012/03/25 19:49:53 Not sure I understand. Is there something wrong wi
+builtin$get$toString(receiver) => () => builtin$toString$0(receiver);
« no previous file with comments | « no previous file | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698