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

Unified Diff: sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart

Issue 12224130: Stable naming of interceptors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | sdk/lib/_internal/compiler/implementation/js_backend/namer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart b/sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart
index 98344a1e0a202b35b5f63fdd6c8f6749dda38fc8..21d5ca0a183d20acdc97d2b192e0f32af15715d6 100644
--- a/sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart
@@ -98,7 +98,7 @@ class MinifyNamer extends Namer {
usedGlobalNames,
const <String>[
r'Object', r'$throw', r'$eq', r'S', r'ioore', r'UnsupportedError$',
- r'length', r'$sub', r'getInterceptor$JSStringJSArray', r'$add',
+ r'length', r'$sub', r'getInterceptor$JSArrayJSString', r'$add',
r'$gt', r'$ge', r'$lt', r'$le', r'add', r'getInterceptor$JSNumber',
r'iterator', r'$index', r'iae', r'getInterceptor$JSArray',
r'ArgumentError$', r'BoundClosure', r'StateError$',
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/js_backend/namer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698