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
8
#include "
src/common/globals.h
"
9
#include "
src/objects/heap-object.h
"
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):
15
#include "
src/objects/object-macros.h
"
16
17
namespace
v8
{
18
namespace
internal
{
19
20
#include "torque-generated/src/objects/turbofan-types-tq.inc"
21
22
class
TurbofanTypeLowBits
{
23
public
:
24
DEFINE_TORQUE_GENERATED_TURBOFAN_TYPE_LOW_BITS()
25
};
26
27
class
TurbofanTypeHighBits
{
28
public
:
29
DEFINE_TORQUE_GENERATED_TURBOFAN_TYPE_HIGH_BITS()
30
};
31
32
}
// namespace internal
33
}
// namespace v8
34
35
#include "
src/objects/object-macros-undef.h
"
36
37
#endif
// V8_OBJECTS_TURBOFAN_TYPES_H_
v8::internal::TurbofanTypeHighBits
Definition
turbofan-types.h:27
v8::internal::TurbofanTypeLowBits
Definition
turbofan-types.h:22
globals.h
heap-object.h
v8::internal::internal
internal
Definition
wasm-objects-inl.h:458
v8
Definition
api-arguments-inl.h:19
object-macros-undef.h
object-macros.h
objects.h
tagged.h
src
objects
turbofan-types.h
Generated on Sun Apr 6 2025 21:08:52 for v8 by
1.12.0