// Copyright 2024 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. #ifndef V8_CODEGEN_HEAP_OBJECT_LIST_H_ #define V8_CODEGEN_HEAP_OBJECT_LIST_H_ #define BUILTINS_WITH_SFI_OBJECT_LIST_ADAPTER(V, CamelName, underscore_name, \ ...) … #define BUILTINS_WITH_SFI_OBJECT_LIST(V) … #define HEAP_MUTABLE_IMMOVABLE_OBJECT_LIST(V) … #define UNIQUE_INSTANCE_TYPE_IMMUTABLE_IMMOVABLE_MAP_ADAPTER( \ V, rootIndexName, rootAccessorName, class_name) … #define HEAP_IMMUTABLE_IMMOVABLE_OBJECT_LIST(V) … #define HEAP_IMMOVABLE_OBJECT_LIST(V) … #endif // V8_CODEGEN_HEAP_OBJECT_LIST_H_