chromium/third_party/blink/renderer/core/timing/not_restored_reasons.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/timing/not_restored_reasons.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_object_builder.h"
#include "third_party/blink/renderer/platform/wtf/casting.h"

namespace blink {
NotRestoredReasons::NotRestoredReasons(
    String src,
    String id,
    String name,
    String url,
    HeapVector<Member<NotRestoredReasonDetails>>* reasons,
    HeapVector<Member<NotRestoredReasons>>* children)
    :{}

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

NotRestoredReasons::NotRestoredReasons(const NotRestoredReasons& other)
    :{}

const std::optional<HeapVector<Member<NotRestoredReasonDetails>>>
NotRestoredReasons::reasons() const {}

const std::optional<HeapVector<Member<NotRestoredReasons>>>
NotRestoredReasons::children() const {}

ScriptValue NotRestoredReasons::toJSON(ScriptState* script_state) const {}

}  // namespace blink