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

Unified Diff: frog/leg/compiler.dart

Issue 9427012: Allow binary operators on compile-time-constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file.wq Created 8 years, 10 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 | « frog/leg/compile_time_constants.dart ('k') | frog/leg/ssa/nodes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/compiler.dart
diff --git a/frog/leg/compiler.dart b/frog/leg/compiler.dart
index 8be4afa7ef4015216327c58b734e1d9d4e09279d..2d4141f2137a75067eae6f0dbaf6bc1bac86d870 100644
--- a/frog/leg/compiler.dart
+++ b/frog/leg/compiler.dart
@@ -103,8 +103,9 @@ class Compiler implements DiagnosticListener {
}
void unimplemented(String methodName,
- [Node node, Token token, HInstruction instruction]) {
- cancel("$methodName not implemented", node, token, instruction);
+ [Node node, Token token, HInstruction instruction,
+ Element element]) {
+ cancel("$methodName not implemented", node, token, instruction, element);
}
void internalError(String message,
« no previous file with comments | « frog/leg/compile_time_constants.dart ('k') | frog/leg/ssa/nodes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698