v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
turboshaft-types-inl.h
Go to the documentation of this file.
1// Copyright 2022 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_TURBOSHAFT_TYPES_INL_H_
6#define V8_OBJECTS_TURBOSHAFT_TYPES_INL_H_
7
9// Include the non-inl header before the rest of the headers.
10
15
16// Has to be the last include (doesn't have include guards):
18
19namespace v8::internal {
20
21#include "torque-generated/src/objects/turboshaft-types-tq-inl.inc"
22
23TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftType)
24TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftWord32Type)
25TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftWord32RangeType)
26TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftWord32SetType)
27TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftWord64Type)
28TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftWord64RangeType)
29TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftWord64SetType)
30TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftFloat64Type)
31TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftFloat64RangeType)
32TQ_OBJECT_CONSTRUCTORS_IMPL(TurboshaftFloat64SetType)
33
34} // namespace v8::internal
35
37
38#endif // V8_OBJECTS_TURBOSHAFT_TYPES_INL_H_
#define TQ_OBJECT_CONSTRUCTORS_IMPL(Type)