2c7dfbf982
Returns true if objects are the same instance. Adds an identical closure test (disabled for dart2js pending https://chromiumcodereview.appspot.com/11612022/). BUG=7378 Review URL: https://codereview.chromium.org//11613003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16461 260f80e4-7a28-3924-810f-c04153c831b5
6 lines
289 B
Dart
6 lines
289 B
Dart
// Copyright (c) 2012, 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 bool identical(Object a, Object b) native "Identical_comparison";
|