#include "third_party/blink/renderer/bindings/core/v8/v8_union_unsignedlong_unsignedlongsequence.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/platform/bindings/exception_state.h"
namespace blink {
V8UnionUnsignedLongOrUnsignedLongSequence* V8UnionUnsignedLongOrUnsignedLongSequence::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
V8UnionUnsignedLongOrUnsignedLongSequence::V8UnionUnsignedLongOrUnsignedLongSequence(const Vector<uint32_t>& value) : … { … }
V8UnionUnsignedLongOrUnsignedLongSequence::V8UnionUnsignedLongOrUnsignedLongSequence(Vector<uint32_t>&& value) : … { … }
void V8UnionUnsignedLongOrUnsignedLongSequence::Set(const Vector<uint32_t>& value) { … }
void V8UnionUnsignedLongOrUnsignedLongSequence::Set(Vector<uint32_t>&& value) { … }
v8::Local<v8::Value> V8UnionUnsignedLongOrUnsignedLongSequence::ToV8(ScriptState* script_state) const { … }
void V8UnionUnsignedLongOrUnsignedLongSequence::Trace(Visitor* visitor) const { … }
void V8UnionUnsignedLongOrUnsignedLongSequence::Clear() { … }
}