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

Unified Diff: frog/evaluator.dart

Issue 8485002: more negative test fixes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | frog/frogsh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/evaluator.dart
diff --git a/frog/evaluator.dart b/frog/evaluator.dart
index a4e3f5d27abf96730bb76d83b1527f5aec130662..3066ec83689c802c2921bf324fedfff021d1b05a 100644
--- a/frog/evaluator.dart
+++ b/frog/evaluator.dart
@@ -34,6 +34,8 @@ class Evaluator {
options.throwOnFatal = true;
}
+ // TODO(jimhug): Should be calling world.genMethod - but I'm scared to
+ // make the change myself because we don't have any test coverage here.
static void _markMethodUsed(Member m) {
if (m == null || m.isGenerated || m.definition == null || m.isAbstract) {
return;
« no previous file with comments | « no previous file | frog/frogsh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698