#include "third_party/blink/renderer/bindings/modules/v8/v8_payment_details_base.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/bindings/modules/v8/v8_payment_details_modifier.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_payment_item.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_payment_shipping_option.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[] = …;
}
PaymentDetailsBase* PaymentDetailsBase::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
PaymentDetailsBase::PaymentDetailsBase() { … }
PaymentDetailsBase::PaymentDetailsBase(v8::Isolate* isolate) { … }
HeapVector<Member<PaymentItem>> PaymentDetailsBase::getDisplayItemsOr(const HeapVector<Member<PaymentItem>>& fallback_value) const { … }
HeapVector<Member<PaymentItem>> PaymentDetailsBase::getDisplayItemsOr(HeapVector<Member<PaymentItem>>&& fallback_value) const { … }
void PaymentDetailsBase::setDisplayItems(const HeapVector<Member<PaymentItem>>& value) { … }
void PaymentDetailsBase::setDisplayItems(HeapVector<Member<PaymentItem>>&& value) { … }
HeapVector<Member<PaymentDetailsModifier>> PaymentDetailsBase::getModifiersOr(const HeapVector<Member<PaymentDetailsModifier>>& fallback_value) const { … }
HeapVector<Member<PaymentDetailsModifier>> PaymentDetailsBase::getModifiersOr(HeapVector<Member<PaymentDetailsModifier>>&& fallback_value) const { … }
void PaymentDetailsBase::setModifiers(const HeapVector<Member<PaymentDetailsModifier>>& value) { … }
void PaymentDetailsBase::setModifiers(HeapVector<Member<PaymentDetailsModifier>>&& value) { … }
HeapVector<Member<PaymentShippingOption>> PaymentDetailsBase::getShippingOptionsOr(const HeapVector<Member<PaymentShippingOption>>& fallback_value) const { … }
HeapVector<Member<PaymentShippingOption>> PaymentDetailsBase::getShippingOptionsOr(HeapVector<Member<PaymentShippingOption>>&& fallback_value) const { … }
void PaymentDetailsBase::setShippingOptions(const HeapVector<Member<PaymentShippingOption>>& value) { … }
void PaymentDetailsBase::setShippingOptions(HeapVector<Member<PaymentShippingOption>>&& value) { … }
void PaymentDetailsBase::Trace(Visitor* visitor) const { … }
void PaymentDetailsBase::FillTemplateProperties(WTF::Vector<std::string_view>& properties) const { … }
void PaymentDetailsBase::FillValuesImpl(ScriptState* script_state, base::span<v8::MaybeLocal<v8::Value>> values) const { … }
const void* PaymentDetailsBase::TemplateKey() const { … }
v8::Local<v8::Object> PaymentDetailsBase::FillValues(ScriptState* script_state, v8::Local<v8::DictionaryTemplate> dict_template) const { … }
void PaymentDetailsBase::FillMembersFromV8Object(v8::Isolate* isolate, v8::Local<v8::Object> v8_dictionary, ExceptionState& exception_state) { … }
const base::span<const v8::Eternal<v8::Name>> PaymentDetailsBase::GetV8OwnMemberNames(v8::Isolate* isolate) { … }
}