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