#include "third_party/blink/renderer/bindings/core/v8/v8_referrer_policy.h"
#include "third_party/blink/renderer/bindings/core/v8/generated_code_helper.h"
namespace blink {
constexpr const char* const V8ReferrerPolicy::string_table_[] = …;
V8ReferrerPolicy V8ReferrerPolicy::Create(v8::Isolate* isolate, v8::Local<v8::Value> value, ExceptionState& exception_state) { … }
std::optional<V8ReferrerPolicy> V8ReferrerPolicy::Create(const String& value) { … }
static_assert …;
V8ReferrerPolicy& V8ReferrerPolicy::operator=(const String& str_value) { … }
}