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

Unified Diff: compiler/lib/implementation/array.js

Issue 9255025: Revert the revert of http://code.google.com/p/dart/source/detail?r=3360. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « compiler/lib/implementation/array.dart ('k') | compiler/lib/implementation/type_token.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/lib/implementation/array.js
diff --git a/compiler/lib/implementation/array.js b/compiler/lib/implementation/array.js
index 667160715e0bbff19b8cac25645e8b31848dd8c7..7adcd96d4d7aacaae044d6e98a0dc8de8e02b193 100644
--- a/compiler/lib/implementation/array.js
+++ b/compiler/lib/implementation/array.js
@@ -2,12 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-function native_ListFactory__new(typeToken, length) {
- return RTT.setTypeInfo(
- new Array(length),
- Array.$lookupRTT(RTT.getTypeInfo(typeToken).typeArgs));
-}
-
function native_ListImplementation_INDEX(index) {
var i = index | 0;
if (i !== index) {
« no previous file with comments | « compiler/lib/implementation/array.dart ('k') | compiler/lib/implementation/type_token.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698