#include "third_party/blink/renderer/modules/webgpu/gpu_uncaptured_error_event.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_gpu_uncaptured_error_event_init.h"
#include "third_party/blink/renderer/modules/webgpu/gpu_error.h"
namespace blink {
GPUUncapturedErrorEvent* GPUUncapturedErrorEvent::Create(
const AtomicString& type,
const GPUUncapturedErrorEventInit* gpuUncapturedErrorEventInitDict) { … }
GPUUncapturedErrorEvent::GPUUncapturedErrorEvent(
const AtomicString& type,
const GPUUncapturedErrorEventInit* gpuUncapturedErrorEventInitDict)
: … { … }
void GPUUncapturedErrorEvent::Trace(Visitor* visitor) const { … }
GPUError* GPUUncapturedErrorEvent::error() { … }
}