#include "third_party/blink/renderer/bindings/core/v8/v8_html_select_element.h"
#include "third_party/blink/public/mojom/origin_trial_feature/origin_trial_feature.mojom-shared.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/core/v8/v8_element.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_html_collection.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_html_constructor.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_html_element.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_html_form_element.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_html_opt_group_element.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_html_option_element.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_html_options_collection.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_html_selected_option_element.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_node_list.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_set_return_value_for_core.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_union_htmlelement_long.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_union_htmloptgroupelement_htmloptionelement.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_validity_state.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/dom/node_list.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/html/custom/ce_reactions_scope.h"
#include "third_party/blink/renderer/core/html/forms/html_form_element.h"
#include "third_party/blink/renderer/core/html/forms/html_opt_group_element.h"
#include "third_party/blink/renderer/core/html/forms/html_option_element.h"
#include "third_party/blink/renderer/core/html/forms/html_options_collection.h"
#include "third_party/blink/renderer/core/html/forms/html_select_element.h"
#include "third_party/blink/renderer/core/html/forms/html_selected_option_element.h"
#include "third_party/blink/renderer/core/html/forms/validity_state.h"
#include "third_party/blink/renderer/core/html/html_collection.h"
#include "third_party/blink/renderer/core/html/html_element.h"
#include "third_party/blink/renderer/core/html_names.h"
#include "third_party/blink/renderer/platform/bindings/cooperative_scheduling_helpers.h"
#include "third_party/blink/renderer/platform/bindings/exception_messages.h"
#include "third_party/blink/renderer/platform/bindings/idl_member_installer.h"
#include "third_party/blink/renderer/platform/bindings/runtime_call_stats.h"
#include "third_party/blink/renderer/platform/bindings/v8_binding.h"
#include "third_party/blink/renderer/platform/bindings/v8_object_constructor.h"
#include "third_party/blink/renderer/platform/bindings/wrapper_type_info.h"
namespace blink {
bool V8HTMLSelectElement::IsExposed(ExecutionContext* execution_context) { … }
#if defined(COMPONENT_BUILD) && defined(WIN32) && defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wglobal-constructors"
#endif
const WrapperTypeInfo V8HTMLSelectElement::wrapper_type_info_{ … };
#if defined(COMPONENT_BUILD) && defined(WIN32) && defined(__clang__)
#pragma clang diagnostic pop
#endif
const WrapperTypeInfo& HTMLSelectElement::wrapper_type_info_ = …;
static_assert …;
v8::Intercepted V8HTMLSelectElement::IndexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) { … }
v8::Intercepted V8HTMLSelectElement::IndexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value> v8_property_value, const v8::PropertyCallbackInfo<void>& info) { … }
v8::Intercepted V8HTMLSelectElement::IndexedPropertyDeleterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Boolean>& info) { … }
v8::Intercepted V8HTMLSelectElement::IndexedPropertyDefinerCallback(uint32_t index, const v8::PropertyDescriptor& v8_property_desc, const v8::PropertyCallbackInfo<void>& info) { … }
v8::Intercepted V8HTMLSelectElement::IndexedPropertyDescriptorCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) { … }
void V8HTMLSelectElement::IndexedPropertyEnumeratorCallback(const v8::PropertyCallbackInfo<v8::Array>& info) { … }
namespace {
namespace v8_html_select_element {
void AutocompleteAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void AutocompleteAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void DisabledAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void DisabledAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void FormAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void MultipleAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void MultipleAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void NameAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void NameAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void RequiredAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void RequiredAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void SizeAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void SizeAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void TypeAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void OptionsAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void LengthAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void LengthAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void SelectedOptionsAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void SelectedIndexAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void SelectedIndexAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ValueAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ValueAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void WillValidateAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ValidityAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ValidationMessageAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void LabelsAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void SelectedOptionElementAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void SelectedOptionElementAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ConstructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void AddOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void CheckValidityOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ItemOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void NamedItemOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void RemoveOperationOverload1(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void RemoveOperationOverload2(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void RemoveOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ReportValidityOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void SetCustomValidityOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ShowPickerOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
}
usingnamespacev8_html_select_element;
}
void V8HTMLSelectElement::InstallInterfaceTemplate(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::Template> interface_template) { … }
void V8HTMLSelectElement::InstallUnconditionalProperties(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::Template> instance_template, v8::Local<v8::Template> prototype_template, v8::Local<v8::Template> interface_template) { … }
void V8HTMLSelectElement::InstallContextIndependentProperties(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::Template> instance_template, v8::Local<v8::Template> prototype_template, v8::Local<v8::Template> interface_template) { … }
}