#include "third_party/blink/renderer/bindings/modules/v8/v8_union_workletanimationeffect_workletgroupeffect.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/bindings/modules/v8/v8_worklet_animation_effect.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_worklet_group_effect.h"
#include "third_party/blink/renderer/modules/animationworklet/worklet_animation_effect.h"
#include "third_party/blink/renderer/modules/animationworklet/worklet_group_effect.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"
namespace blink {
V8UnionWorkletAnimationEffectOrWorkletGroupEffect* V8UnionWorkletAnimationEffectOrWorkletGroupEffect::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
v8::Local<v8::Value> V8UnionWorkletAnimationEffectOrWorkletGroupEffect::ToV8(ScriptState* script_state) const { … }
void V8UnionWorkletAnimationEffectOrWorkletGroupEffect::Trace(Visitor* visitor) const { … }
void V8UnionWorkletAnimationEffectOrWorkletGroupEffect::Clear() { … }
}