chromium/v8/src/torque/parameter-difference.h

// Copyright 2018 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef V8_TORQUE_PARAMETER_DIFFERENCE_H_
#define V8_TORQUE_PARAMETER_DIFFERENCE_H_

#include <optional>
#include <vector>

#include "src/torque/types.h"

namespace v8::internal::torque {

class ParameterDifference {};

}  // namespace v8::internal::torque

#endif  // V8_TORQUE_PARAMETER_DIFFERENCE_H_