blob: 0378acc1cbea29ce3e97dea4c09430624638e47f [file] [log] [blame]
// Copyright (c) 2023, 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.
library dart._object_helper;
// Access hidden identity hash code field.
external int getIdentityHashField(Object obj);
external void setIdentityHashField(Object obj, int hash);