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

Unified Diff: dart/tests/lib/mirrors/stringify.dart

Issue 18216002: Implement JsMethodMirror.constructorName. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments Created 7 years, 6 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/tests/lib/mirrors/constructors_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/mirrors/stringify.dart
diff --git a/dart/tests/lib/mirrors/stringify.dart b/dart/tests/lib/mirrors/stringify.dart
index ba5407bef5fd6932b04386233bbd8016fe2876cb..e8c31a8ad9f6bba2edf65ca621fd6516b47cbf1e 100644
--- a/dart/tests/lib/mirrors/stringify.dart
+++ b/dart/tests/lib/mirrors/stringify.dart
@@ -103,3 +103,7 @@ stringify(value) {
}
expect(expected, actual) => Expect.stringEquals(expected, stringify(actual));
+
+compareSymbols(Symbol a, Symbol b) {
+ return MirrorSystem.getName(a).compareTo(MirrorSystem.getName(b));
+}
« no previous file with comments | « dart/tests/lib/mirrors/constructors_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698