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

Unified Diff: sdk/lib/mirrors/mirrors.dart

Issue 23190003: ClassMirror.mixin (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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: sdk/lib/mirrors/mirrors.dart
diff --git a/sdk/lib/mirrors/mirrors.dart b/sdk/lib/mirrors/mirrors.dart
index c41c6c299758a2a6b29112d7779445cf90656b3a..a798fa532c263fae8d45d7e427df85362f3f4e3f 100644
--- a/sdk/lib/mirrors/mirrors.dart
+++ b/sdk/lib/mirrors/mirrors.dart
@@ -218,11 +218,15 @@ abstract class DeclarationMirror implements Mirror {
* computed by [simpleName].
* The fully qualified name of *r* is the
* concatenation of *p*, '.', and *s*.
+ *
+ * Because an isolate can contain more than one library with the same name (at
+ * different URIs), a fully-qualified name does not uniquely identify any
+ * language entity.
*/
Symbol get qualifiedName;
/**
- * A mirror on the owner of this function. This is the declaration
+ * A mirror on the owner of this Dart language entity. This is the declaration
* immediately surrounding the reflectee.
*
* For a library, the owner is [:null:].

Powered by Google App Engine
This is Rietveld 408576698