chromium/content/services/auction_worklet/auction_v8_logger.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/services/auction_worklet/auction_v8_logger.h"

#include <string_view>
#include <vector>

#include "base/check.h"
#include "base/memory/raw_ptr.h"
#include "content/common/content_export.h"
#include "content/services/auction_worklet/auction_v8_helper.h"
#include "v8/include/v8-context.h"
#include "v8/include/v8-exception.h"
#include "v8/include/v8-function.h"
#include "v8/include/v8-isolate.h"
#include "v8/include/v8-local-handle.h"
#include "v8/include/v8-persistent-handle.h"
#include "v8/include/v8-value.h"

namespace auction_worklet {

AuctionV8Logger::AuctionV8Logger(AuctionV8Helper* v8_helper,
                                 v8::Local<v8::Context> context)
    :{}

AuctionV8Logger::~AuctionV8Logger() = default;

void AuctionV8Logger::LogConsoleWarning(std::string_view message) {}

}  // namespace auction_worklet