#include "third_party/blink/renderer/bindings/modules/v8/v8_can_make_payment_event_init.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_method_data.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[] = …;
}
CanMakePaymentEventInit* CanMakePaymentEventInit::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
CanMakePaymentEventInit::CanMakePaymentEventInit() { … }
CanMakePaymentEventInit::CanMakePaymentEventInit(v8::Isolate* isolate) : … { … }
HeapVector<Member<PaymentMethodData>> CanMakePaymentEventInit::getMethodDataOr(const HeapVector<Member<PaymentMethodData>>& fallback_value) const { … }
HeapVector<Member<PaymentMethodData>> CanMakePaymentEventInit::getMethodDataOr(HeapVector<Member<PaymentMethodData>>&& fallback_value) const { … }
void CanMakePaymentEventInit::setMethodData(const HeapVector<Member<PaymentMethodData>>& value) { … }
void CanMakePaymentEventInit::setMethodData(HeapVector<Member<PaymentMethodData>>&& value) { … }
HeapVector<Member<PaymentDetailsModifier>> CanMakePaymentEventInit::getModifiersOr(const HeapVector<Member<PaymentDetailsModifier>>& fallback_value) const { … }
HeapVector<Member<PaymentDetailsModifier>> CanMakePaymentEventInit::getModifiersOr(HeapVector<Member<PaymentDetailsModifier>>&& fallback_value) const { … }
void CanMakePaymentEventInit::setModifiers(const HeapVector<Member<PaymentDetailsModifier>>& value) { … }
void CanMakePaymentEventInit::setModifiers(HeapVector<Member<PaymentDetailsModifier>>&& value) { … }
String CanMakePaymentEventInit::getPaymentRequestOriginOr(const String& fallback_value) const { … }
String CanMakePaymentEventInit::getPaymentRequestOriginOr(String&& fallback_value) const { … }
void CanMakePaymentEventInit::setPaymentRequestOrigin(const String& value) { … }
void CanMakePaymentEventInit::setPaymentRequestOrigin(String&& value) { … }
String CanMakePaymentEventInit::getTopOriginOr(const String& fallback_value) const { … }
String CanMakePaymentEventInit::getTopOriginOr(String&& fallback_value) const { … }
void CanMakePaymentEventInit::setTopOrigin(const String& value) { … }
void CanMakePaymentEventInit::setTopOrigin(String&& value) { … }
void CanMakePaymentEventInit::Trace(Visitor* visitor) const { … }
void CanMakePaymentEventInit::FillTemplateProperties(WTF::Vector<std::string_view>& properties) const { … }
void CanMakePaymentEventInit::FillValuesImpl(ScriptState* script_state, base::span<v8::MaybeLocal<v8::Value>> values) const { … }
const void* CanMakePaymentEventInit::TemplateKey() const { … }
v8::Local<v8::Object> CanMakePaymentEventInit::FillValues(ScriptState* script_state, v8::Local<v8::DictionaryTemplate> dict_template) const { … }
void CanMakePaymentEventInit::FillMembersFromV8Object(v8::Isolate* isolate, v8::Local<v8::Object> v8_dictionary, ExceptionState& exception_state) { … }
const base::span<const v8::Eternal<v8::Name>> CanMakePaymentEventInit::GetV8OwnMemberNames(v8::Isolate* isolate) { … }
}