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

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart

Issue 11364213: Rename classes, methods and fields when minifying (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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/_internal/compiler/implementation/lib/js_helper.dart
diff --git a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
index 5b4f36a612dd73f37a56a7c035d18e5b31ec40dd..5888832949d4d7fbced8f3c66d61cd26606208b3 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
@@ -934,6 +934,9 @@ throwAbstractClassInstantiationError(className) {
*
* Some native exceptions are mapped to new Dart instances, others are
* returned unmodified.
+ *
+ * TODO(erikcorry): Fix this to produce consistent result regardless of
+ * minification.
*/
unwrapException(ex) {
// Note that we are checking if the object has the property. If it

Powered by Google App Engine
This is Rietveld 408576698