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

Unified Diff: dart/frog/leg/universe.dart

Issue 9474040: Improve exception handling: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add TODO 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 | « dart/frog/leg/ssa/nodes.dart ('k') | 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/universe.dart
diff --git a/dart/frog/leg/universe.dart b/dart/frog/leg/universe.dart
index 0353c744886e4709d72b491055bed13de8bb9399..e66b680e629aefb5d4faf9fba0d55795cf474713 100644
--- a/dart/frog/leg/universe.dart
+++ b/dart/frog/leg/universe.dart
@@ -67,6 +67,8 @@ class Selector implements Hashable {
const Selector(SelectorKind.SETTER, 1);
static final Selector INVOCATION_0 =
const Selector(SelectorKind.INVOCATION, 0);
+ static final Selector INVOCATION_1 =
+ const Selector(SelectorKind.INVOCATION, 1);
bool applies(Compiler compiler, FunctionElement element) {
FunctionParameters parameters = element.computeParameters(compiler);
« no previous file with comments | « dart/frog/leg/ssa/nodes.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698