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