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

Unified Diff: runtime/lib/mirror_reference.dart

Issue 21381002: Implement mirror equality on the VM. Resolves issue 12026. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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 | « no previous file | runtime/lib/mirrors.cc » ('j') | runtime/lib/mirrors.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/mirror_reference.dart
===================================================================
--- runtime/lib/mirror_reference.dart (revision 25673)
+++ runtime/lib/mirror_reference.dart (working copy)
@@ -7,4 +7,6 @@
throw new UnsupportedError(
"class _MirrorReference cannot be instantiated");
}
+
+ bool operator ==(other) native "MirrorReference_equals";
}
« no previous file with comments | « no previous file | runtime/lib/mirrors.cc » ('j') | runtime/lib/mirrors.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698