blob: 3fcb653c3a3ce1c25a2b2636ae6be1c94854c0b3 [file]
// Copyright 2019 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@cppObjectLayoutDefinition
@abstract
extern class DataHandler extends Struct {
smi_handler: Smi|Code;
validity_cell: Smi|Cell;
}