v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
turbofan-types.h
Go to the documentation of this file.
1// Copyright 2021 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef V8_OBJECTS_TURBOFAN_TYPES_H_
6#define V8_OBJECTS_TURBOFAN_TYPES_H_
7
10#include "src/objects/objects.h"
11#include "src/objects/tagged.h"
12#include "torque-generated/bit-fields.h"
13
14// Has to be the last include (doesn't have include guards):
16
17namespace v8 {
18namespace internal {
19
20#include "torque-generated/src/objects/turbofan-types-tq.inc"
21
23 public:
24 DEFINE_TORQUE_GENERATED_TURBOFAN_TYPE_LOW_BITS()
25};
26
28 public:
29 DEFINE_TORQUE_GENERATED_TURBOFAN_TYPE_HIGH_BITS()
30};
31
32} // namespace internal
33} // namespace v8
34
36
37#endif // V8_OBJECTS_TURBOFAN_TYPES_H_