// Copyright 2020 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_HEAP_LOCAL_HEAP_INL_H_ #define V8_HEAP_LOCAL_HEAP_INL_H_ #include <atomic> #include "src/common/assert-scope.h" #include "src/handles/persistent-handles.h" #include "src/heap/heap.h" #include "src/heap/large-spaces.h" #include "src/heap/local-heap.h" #include "src/heap/main-allocator-inl.h" #include "src/heap/parked-scope.h" #include "src/heap/zapping.h" namespace v8 { internal // namespace internal } // namespace v8 #endif // V8_HEAP_LOCAL_HEAP_INL_H_