chromium/third_party/blink/renderer/bindings/core/v8/v8_local_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_local_compile_hints_consumer.h"

#include "third_party/blink/renderer/platform/loader/fetch/cached_metadata.h"

namespace blink::v8_compile_hints {

V8LocalCompileHintsConsumer::V8LocalCompileHintsConsumer(
    CachedMetadata* cached_metadata) {}

bool V8LocalCompileHintsConsumer::GetCompileHint(int pos, void* data) {}

bool V8LocalCompileHintsConsumer::GetCompileHint(int pos) {}

}  // namespace blink::v8_compile_hints