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

Unified Diff: pkg/compiler/lib/src/use_unused_api.dart

Issue 750323003: Remove js.ArrayElement. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add parsing and testing of array holes, make lists non-growable Created 6 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: pkg/compiler/lib/src/use_unused_api.dart
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
index 2ffec977249bf1dcae5bc588cb47790da8383b2a..3577bbecbfa62e6b31e5ec9e1274871d5b619bcd 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -51,6 +51,7 @@ void main(List<String> arguments) {
useJs(new js.Program(null));
useJs(new js.Blob(null));
useJs(new js.NamedFunction(null, null));
+ useJs(new js.ArrayHole());
useConcreteTypesInferrer(null);
useColor();
useFilenames();

Powered by Google App Engine
This is Rietveld 408576698