blob: 14bc69dc55f1197446b1fe8be509672fec18ea9b [file] [log] [blame]
// 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";
// TODO(iposva): Move bulk of timer implementation into async.
// Used by the message handler to run timers
var runTimerClosure = null;