// Copyright 2011 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_HANDLES_LOCAL_HANDLES_H_ #define V8_HANDLES_LOCAL_HANDLES_H_ #include "include/v8-internal.h" #include "src/base/functional.h" #include "src/base/macros.h" #include "src/handles/handles.h" #include "src/heap/local-heap.h" namespace v8 { namespace internal { class RootVisitor; class LocalHandles { … }; class V8_NODISCARD LocalHandleScope { … }; } // namespace internal } // namespace v8 #endif // V8_HANDLES_LOCAL_HANDLES_H_