chromium/out/Default/gen/third_party/blink/renderer/bindings/modules/v8/v8_item_details.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_item_details.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/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"
#include "third_party/blink/renderer/platform/runtime_enabled_features.h"

namespace blink {



namespace  {

const std::string_view kOwnPropertyNames[] =;


}  // namespace 

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

 ItemDetails::ItemDetails() {}

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



String ItemDetails::getDescriptionOr(const String& fallback_value) const {}

String ItemDetails::getDescriptionOr(String&& fallback_value) const {}

void ItemDetails::setDescription(const String& value) {}

void ItemDetails::setDescription(String&& value) {}




String ItemDetails::getFreeTrialPeriodOr(const String& fallback_value) const {}

String ItemDetails::getFreeTrialPeriodOr(String&& fallback_value) const {}

void ItemDetails::setFreeTrialPeriod(const String& value) {}

void ItemDetails::setFreeTrialPeriod(String&& value) {}




Vector<String> ItemDetails::getIconURLsOr(const Vector<String>& fallback_value) const {}

Vector<String> ItemDetails::getIconURLsOr(Vector<String>&& fallback_value) const {}

void ItemDetails::setIconURLs(const Vector<String>& value) {}

void ItemDetails::setIconURLs(Vector<String>&& value) {}


















String ItemDetails::getIntroductoryPricePeriodOr(const String& fallback_value) const {}

String ItemDetails::getIntroductoryPricePeriodOr(String&& fallback_value) const {}

void ItemDetails::setIntroductoryPricePeriod(const String& value) {}

void ItemDetails::setIntroductoryPricePeriod(String&& value) {}




void ItemDetails::setItemId(const String& value) {}

void ItemDetails::setItemId(String&& value) {}









String ItemDetails::getSubscriptionPeriodOr(const String& fallback_value) const {}

String ItemDetails::getSubscriptionPeriodOr(String&& fallback_value) const {}

void ItemDetails::setSubscriptionPeriod(const String& value) {}

void ItemDetails::setSubscriptionPeriod(String&& value) {}




void ItemDetails::setTitle(const String& value) {}

void ItemDetails::setTitle(String&& value) {}











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

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

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

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

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

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

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


}  // namespace blink