chromium/third_party/blink/renderer/bindings/core/v8/v8_compile_hints_consumer.cc

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

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/351564777): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "third_party/blink/renderer/bindings/core/v8/v8_compile_hints_consumer.h"

namespace blink::v8_compile_hints {

void V8CrowdsourcedCompileHintsConsumer::SetData(const int64_t* memory,
                                                 size_t int64_count) {}

bool V8CrowdsourcedCompileHintsConsumer::CompileHintCallback(
    int position,
    void* raw_data_and_script_name_hash) {}

std::unique_ptr<V8CrowdsourcedCompileHintsConsumer::DataAndScriptNameHash>
V8CrowdsourcedCompileHintsConsumer::GetDataWithScriptNameHash(
    uint32_t script_name_hash) {}

}  // namespace blink::v8_compile_hints