#include "third_party/blink/renderer/bindings/core/v8/v8_window.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/v8_set_return_value_for_core.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_window_properties.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/frame/dom_window.h"
#include "third_party/blink/renderer/platform/bindings/wrapper_type_info.h"
namespace blink {
bool V8Window::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 V8Window::wrapper_type_info_{ … };
#if defined(COMPONENT_BUILD) && defined(WIN32) && defined(__clang__)
#pragma clang diagnostic pop
#endif
const WrapperTypeInfo& DOMWindow::wrapper_type_info_ = …;
static_assert …;
V8Window::InstallInterfaceTemplateFuncType V8Window::install_interface_template_func_ = …;
V8Window::InstallUnconditionalPropertiesFuncType V8Window::install_unconditional_props_func_ = …;
V8Window::InstallContextIndependentPropertiesFuncType V8Window::install_context_independent_props_func_ = …;
V8Window::InstallContextDependentPropertiesFuncType V8Window::install_context_dependent_props_func_ = …;
v8::Intercepted V8Window::IndexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) { … }
v8::Intercepted V8Window::IndexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value> v8_property_value, const v8::PropertyCallbackInfo<void>& info) { … }
v8::Intercepted V8Window::IndexedPropertyDeleterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Boolean>& info) { … }
v8::Intercepted V8Window::IndexedPropertyDefinerCallback(uint32_t index, const v8::PropertyDescriptor& v8_property_desc, const v8::PropertyCallbackInfo<void>& info) { … }
v8::Intercepted V8Window::IndexedPropertyDescriptorCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info) { … }
void V8Window::IndexedPropertyEnumeratorCallback(const v8::PropertyCallbackInfo<v8::Array>& info) { … }
}