#ifdef UNSAFE_BUFFERS_BUILD
#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) { … }
}