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

Unified Diff: dart/sdk/lib/core/invocation.dart

Issue 14251021: Move invokeOn to InstanceMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 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/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart ('k') | dart/sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/core/invocation.dart
diff --git a/dart/sdk/lib/core/invocation.dart b/dart/sdk/lib/core/invocation.dart
index 092a9078f86ccf00734b34a294b9edcebcdb87b2..0388e21965e395d6b24e0f70a1861bb3372f90bc 100644
--- a/dart/sdk/lib/core/invocation.dart
+++ b/dart/sdk/lib/core/invocation.dart
@@ -40,13 +40,4 @@ abstract class Invocation {
/** Whether the invocation was a getter or a setter call. */
bool get isAccessor => isGetter || isSetter;
-
- /**
- * Perform the invocation on the provided object.
- *
- * If the object doesn't support the invocation, its [noSuchMethod]
- * method will be called with either this [InvocationMirror] or another
- * equivalent [InvocationMirror].
- */
- invokeOn(Object receiver);
}
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart ('k') | dart/sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698