chromium/out/Default/gen/third_party/blink/renderer/bindings/modules/v8/v8_payment_request_event_init.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// DO NOT EDIT: This file is auto-generated by
// //third_party/blink/renderer/bindings/scripts/generate_bindings.py
//
// Use the GN flag `blink_enable_generated_code_formatting=true` to enable
// formatting of the generated files.

#include "third_party/blink/renderer/bindings/modules/v8/v8_payment_request_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_currency_amount.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/bindings/modules/v8/v8_payment_options.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[] =;


}  // namespace 

PaymentRequestEventInit* PaymentRequestEventInit::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) {}

 PaymentRequestEventInit::PaymentRequestEventInit() {}

 PaymentRequestEventInit::PaymentRequestEventInit(v8::Isolate* isolate) :{}



String PaymentRequestEventInit::getInstrumentKeyOr(const String& fallback_value) const {}

String PaymentRequestEventInit::getInstrumentKeyOr(String&& fallback_value) const {}

void PaymentRequestEventInit::setInstrumentKey(const String& value) {}

void PaymentRequestEventInit::setInstrumentKey(String&& value) {}




HeapVector<Member<PaymentMethodData>> PaymentRequestEventInit::getMethodDataOr(const HeapVector<Member<PaymentMethodData>>& fallback_value) const {}

HeapVector<Member<PaymentMethodData>> PaymentRequestEventInit::getMethodDataOr(HeapVector<Member<PaymentMethodData>>&& fallback_value) const {}

void PaymentRequestEventInit::setMethodData(const HeapVector<Member<PaymentMethodData>>& value) {}

void PaymentRequestEventInit::setMethodData(HeapVector<Member<PaymentMethodData>>&& value) {}




HeapVector<Member<PaymentDetailsModifier>> PaymentRequestEventInit::getModifiersOr(const HeapVector<Member<PaymentDetailsModifier>>& fallback_value) const {}

HeapVector<Member<PaymentDetailsModifier>> PaymentRequestEventInit::getModifiersOr(HeapVector<Member<PaymentDetailsModifier>>&& fallback_value) const {}

void PaymentRequestEventInit::setModifiers(const HeapVector<Member<PaymentDetailsModifier>>& value) {}

void PaymentRequestEventInit::setModifiers(HeapVector<Member<PaymentDetailsModifier>>&& value) {}











String PaymentRequestEventInit::getPaymentRequestIdOr(const String& fallback_value) const {}

String PaymentRequestEventInit::getPaymentRequestIdOr(String&& fallback_value) const {}

void PaymentRequestEventInit::setPaymentRequestId(const String& value) {}

void PaymentRequestEventInit::setPaymentRequestId(String&& value) {}




String PaymentRequestEventInit::getPaymentRequestOriginOr(const String& fallback_value) const {}

String PaymentRequestEventInit::getPaymentRequestOriginOr(String&& fallback_value) const {}

void PaymentRequestEventInit::setPaymentRequestOrigin(const String& value) {}

void PaymentRequestEventInit::setPaymentRequestOrigin(String&& value) {}




HeapVector<Member<PaymentShippingOption>> PaymentRequestEventInit::getShippingOptionsOr(const HeapVector<Member<PaymentShippingOption>>& fallback_value) const {}

HeapVector<Member<PaymentShippingOption>> PaymentRequestEventInit::getShippingOptionsOr(HeapVector<Member<PaymentShippingOption>>&& fallback_value) const {}

void PaymentRequestEventInit::setShippingOptions(const HeapVector<Member<PaymentShippingOption>>& value) {}

void PaymentRequestEventInit::setShippingOptions(HeapVector<Member<PaymentShippingOption>>&& value) {}




String PaymentRequestEventInit::getTopOriginOr(const String& fallback_value) const {}

String PaymentRequestEventInit::getTopOriginOr(String&& fallback_value) const {}

void PaymentRequestEventInit::setTopOrigin(const String& value) {}

void PaymentRequestEventInit::setTopOrigin(String&& value) {}











void PaymentRequestEventInit::Trace(Visitor* visitor) const {}

void PaymentRequestEventInit::FillTemplateProperties(WTF::Vector<std::string_view>& properties) const {}

void PaymentRequestEventInit::FillValuesImpl(ScriptState* script_state, base::span<v8::MaybeLocal<v8::Value>> values) const {}

const void* PaymentRequestEventInit::TemplateKey() const {}

v8::Local<v8::Object> PaymentRequestEventInit::FillValues(ScriptState* script_state, v8::Local<v8::DictionaryTemplate> dict_template) const {}

void PaymentRequestEventInit::FillMembersFromV8Object(v8::Isolate* isolate, v8::Local<v8::Object> v8_dictionary, ExceptionState& exception_state) {}

const base::span<const v8::Eternal<v8::Name>> PaymentRequestEventInit::GetV8OwnMemberNames(v8::Isolate* isolate) {}


}  // namespace blink