summaryrefslogtreecommitdiff
path: root/deps/v8/src/diagnostics/unwinder.h
blob: 4cad2897fd91ce959a549e5b3a35e14a7403aa20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2020 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_DIAGNOSTICS_UNWINDER_H_
#define V8_DIAGNOSTICS_UNWINDER_H_

#include "include/v8.h"
#include "src/common/globals.h"

namespace v8 {

i::Address Load(i::Address address);

}  // namespace v8

#endif  // V8_DIAGNOSTICS_UNWINDER_H_