#include "third_party/blink/renderer/bindings/core/v8/v8_shared_worker_global_scope.h"
#include "third_party/blink/public/mojom/origin_trial_feature/origin_trial_feature.mojom-shared.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_worker_global_scope.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/workers/shared_worker_global_scope.h"
#include "third_party/blink/renderer/platform/bindings/wrapper_type_info.h"
namespace blink {
bool V8SharedWorkerGlobalScope::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 V8SharedWorkerGlobalScope::wrapper_type_info_{ … };
#if defined(COMPONENT_BUILD) && defined(WIN32) && defined(__clang__)
#pragma clang diagnostic pop
#endif
const WrapperTypeInfo& SharedWorkerGlobalScope::wrapper_type_info_ = …;
static_assert …;
V8SharedWorkerGlobalScope::InstallInterfaceTemplateFuncType V8SharedWorkerGlobalScope::install_interface_template_func_ = …;
V8SharedWorkerGlobalScope::InstallUnconditionalPropertiesFuncType V8SharedWorkerGlobalScope::install_unconditional_props_func_ = …;
V8SharedWorkerGlobalScope::InstallContextIndependentPropertiesFuncType V8SharedWorkerGlobalScope::install_context_independent_props_func_ = …;
V8SharedWorkerGlobalScope::InstallContextDependentPropertiesFuncType V8SharedWorkerGlobalScope::install_context_dependent_props_func_ = …;
}