// 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. #include "src/tracing/perfetto-utils.h" #include "include/v8config.h" #include "src/objects/string-inl.h" #include "src/objects/string.h" #include "src/objects/tagged.h" namespace v8 { namespace internal { PerfettoV8String::PerfettoV8String(Tagged<String> string) : … { … } } // namespace internal } // namespace v8