chromium/out/Default/gen/third_party/blink/renderer/bindings/core/v8/v8_observable_array_css_style_sheet.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/core/v8/v8_observable_array_css_style_sheet.h"

#include "third_party/blink/renderer/bindings/core/v8/generated_code_helper.h"
#include "third_party/blink/renderer/bindings/core/v8/observable_array_exotic_object_handler.h"
#include "third_party/blink/renderer/core/css/css_style_sheet.h"
#include "third_party/blink/renderer/platform/bindings/v8_binding.h"

namespace blink {



// static
const WrapperTypeInfo V8ObservableArrayCSSStyleSheet::wrapper_type_info_body_{};

// static
const WrapperTypeInfo& V8ObservableArrayCSSStyleSheet::wrapper_type_info_ =;


template class bindings::ObservableArrayExoticObjectHandler<V8ObservableArrayCSSStyleSheet, CSSStyleSheet>;

class V8ObservableArrayCSSStyleSheet::Handler final : public bindings::ObservableArrayExoticObjectHandler<V8ObservableArrayCSSStyleSheet, CSSStyleSheet> {};

 V8ObservableArrayCSSStyleSheet::V8ObservableArrayCSSStyleSheet(ScriptWrappable* platform_object, SetAlgorithmCallback set_algorithm_callback, DeleteAlgorithmCallback delete_algorithm_callback) :{}

void V8ObservableArrayCSSStyleSheet::PerformAttributeSet(ScriptState* script_state, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) {}

v8::Local<v8::FunctionTemplate> V8ObservableArrayCSSStyleSheet::GetProxyHandlerFunctionTemplate(ScriptState* script_state) {}

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

void V8ObservableArrayCSSStyleSheet::InstallObservableArrayBackingListTemplate(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::Template> backing_list_template) {}



}  // namespace blink