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

Unified Diff: dart/sdk/lib/_internal/libraries.dart

Issue 16851002: Implement minified MirrorSystem.getName. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add test 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
Index: dart/sdk/lib/_internal/libraries.dart
diff --git a/dart/sdk/lib/_internal/libraries.dart b/dart/sdk/lib/_internal/libraries.dart
index d56bdc3aed1bb2bed99416dd5c6b8547f17fc1f4..51e50376d9dc1fc92c552bed60548d600996a72f 100644
--- a/dart/sdk/lib/_internal/libraries.dart
+++ b/dart/sdk/lib/_internal/libraries.dart
@@ -152,6 +152,12 @@ const Map<String, LibraryInfo> LIBRARIES = const {
category: "Internal",
documented: false,
platforms: DART2JS_PLATFORM),
+
+ "_js_names": const LibraryInfo(
+ "_internal/lib/js_names.dart",
+ category: "Internal",
+ documented: false,
+ platforms: DART2JS_PLATFORM),
};
/**
« no previous file with comments | « dart/sdk/lib/_internal/lib/js_names.dart ('k') | dart/tests/lib/mirrors/get_symbol_name_no_such_method_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698