chromium/v8/test/unittests/maglev/maglev-test.cc

// Copyright 2023 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.

#ifdef V8_ENABLE_MAGLEV

#include "test/unittests/maglev/maglev-test.h"

#include "src/execution/isolate.h"
#include "src/handles/handles.h"

namespace v8 {
namespace internal {
namespace maglev {

MaglevTest::MaglevTest()
    :{}

MaglevTest::~MaglevTest() {}

}  // namespace maglev
}  // namespace internal
}  // namespace v8

#endif  // V8_ENABLE_MAGLEV