#include "third_party/blink/renderer/bindings/modules/v8/v8_contact_info.h"
#include "third_party/blink/renderer/bindings/core/v8/generated_code_helper.h"
#include "third_party/blink/renderer/bindings/core/v8/native_value_traits_impl.h"
#include "third_party/blink/renderer/bindings/core/v8/to_v8_traits.h"
#include "third_party/blink/renderer/core/fileapi/blob.h"
#include "third_party/blink/renderer/modules/contacts_picker/contact_address.h"
#include "third_party/blink/renderer/platform/bindings/exception_messages.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"
#include "third_party/blink/renderer/platform/bindings/v8_per_isolate_data.h"
namespace blink {
namespace {
const std::string_view kOwnPropertyNames[] = …;
}
ContactInfo* ContactInfo::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
ContactInfo::ContactInfo() { … }
ContactInfo::ContactInfo(v8::Isolate* isolate) { … }
HeapVector<Member<ContactAddress>> ContactInfo::getAddressOr(const HeapVector<Member<ContactAddress>>& fallback_value) const { … }
HeapVector<Member<ContactAddress>> ContactInfo::getAddressOr(HeapVector<Member<ContactAddress>>&& fallback_value) const { … }
void ContactInfo::setAddress(const HeapVector<Member<ContactAddress>>& value) { … }
void ContactInfo::setAddress(HeapVector<Member<ContactAddress>>&& value) { … }
Vector<String> ContactInfo::getEmailOr(const Vector<String>& fallback_value) const { … }
Vector<String> ContactInfo::getEmailOr(Vector<String>&& fallback_value) const { … }
void ContactInfo::setEmail(const Vector<String>& value) { … }
void ContactInfo::setEmail(Vector<String>&& value) { … }
HeapVector<Member<Blob>> ContactInfo::getIconOr(const HeapVector<Member<Blob>>& fallback_value) const { … }
HeapVector<Member<Blob>> ContactInfo::getIconOr(HeapVector<Member<Blob>>&& fallback_value) const { … }
void ContactInfo::setIcon(const HeapVector<Member<Blob>>& value) { … }
void ContactInfo::setIcon(HeapVector<Member<Blob>>&& value) { … }
Vector<String> ContactInfo::getNameOr(const Vector<String>& fallback_value) const { … }
Vector<String> ContactInfo::getNameOr(Vector<String>&& fallback_value) const { … }
void ContactInfo::setName(const Vector<String>& value) { … }
void ContactInfo::setName(Vector<String>&& value) { … }
Vector<String> ContactInfo::getTelOr(const Vector<String>& fallback_value) const { … }
Vector<String> ContactInfo::getTelOr(Vector<String>&& fallback_value) const { … }
void ContactInfo::setTel(const Vector<String>& value) { … }
void ContactInfo::setTel(Vector<String>&& value) { … }
void ContactInfo::Trace(Visitor* visitor) const { … }
void ContactInfo::FillTemplateProperties(WTF::Vector<std::string_view>& properties) const { … }
void ContactInfo::FillValuesImpl(ScriptState* script_state, base::span<v8::MaybeLocal<v8::Value>> values) const { … }
const void* ContactInfo::TemplateKey() const { … }
v8::Local<v8::Object> ContactInfo::FillValues(ScriptState* script_state, v8::Local<v8::DictionaryTemplate> dict_template) const { … }
void ContactInfo::FillMembersFromV8Object(v8::Isolate* isolate, v8::Local<v8::Object> v8_dictionary, ExceptionState& exception_state) { … }
const base::span<const v8::Eternal<v8::Name>> ContactInfo::GetV8OwnMemberNames(v8::Isolate* isolate) { … }
}