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

Unified Diff: lib/core/object.dart

Issue 11264005: InvocationMirror implemented in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Working version Created 8 years, 2 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
Index: lib/core/object.dart
diff --git a/lib/core/object.dart b/lib/core/object.dart
index ba41cb81840162b11f00a9e5fbd31f20c63a0c9f..116ae31bdb168193df0f1cb45167fd6db60d61ae 100644
--- a/lib/core/object.dart
+++ b/lib/core/object.dart
@@ -55,7 +55,7 @@ class Object {
* The default behavior of [noSuchMethod] is to throw a
* [noSuchMethodError].
*/
- external Dynamic noSuchMethod(String name, List args);
+ external Dynamic noSuchMethod(InvocationMirror msg);
/**
* A representation of the runtime type of the object.
*/

Powered by Google App Engine
This is Rietveld 408576698