0dbb989cb8
The conversion breaks the original list, but doesn't copy data. Currently only used in List.from(Iterable). BUG= http://dartbug.com/9458 R=floitsch@google.com, iposva@google.com Review URL: https://codereview.chromium.org//134893003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32896 260f80e4-7a28-3924-810f-c04153c831b5
7 lines
310 B
Dart
7 lines
310 B
Dart
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
|
// 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.
|
|
|
|
patch List makeListFixedLength(List growableList)
|
|
native "Internal_makeListFixedLength";
|