#include <types.h>
Definition at line 32 of file types.h.
◆ Kind
| Enumerator |
|---|
| kTopType | |
| kAbstractType | |
| kBuiltinPointerType | |
| kUnionType | |
| kBitFieldStructType | |
| kStructType | |
| kClassType | |
Definition at line 34 of file types.h.
◆ ~TypeBase()
| virtual v8::internal::torque::TypeBase::~TypeBase |
( |
| ) |
|
|
virtualdefault |
◆ TypeBase()
| v8::internal::torque::TypeBase::TypeBase |
( |
Kind | kind | ) |
|
|
inlineexplicitprotected |
◆ IsAbstractType()
| bool v8::internal::torque::TypeBase::IsAbstractType |
( |
| ) |
const |
|
inline |
◆ IsAggregateType()
| bool v8::internal::torque::TypeBase::IsAggregateType |
( |
| ) |
const |
|
inline |
◆ IsBitFieldStructType()
| bool v8::internal::torque::TypeBase::IsBitFieldStructType |
( |
| ) |
const |
|
inline |
◆ IsBuiltinPointerType()
| bool v8::internal::torque::TypeBase::IsBuiltinPointerType |
( |
| ) |
const |
|
inline |
◆ IsClassType()
| bool v8::internal::torque::TypeBase::IsClassType |
( |
| ) |
const |
|
inline |
◆ IsStructType()
| bool v8::internal::torque::TypeBase::IsStructType |
( |
| ) |
const |
|
inline |
◆ IsTopType()
| bool v8::internal::torque::TypeBase::IsTopType |
( |
| ) |
const |
|
inline |
◆ IsUnionType()
| bool v8::internal::torque::TypeBase::IsUnionType |
( |
| ) |
const |
|
inline |
◆ kind()
| Kind v8::internal::torque::TypeBase::kind |
( |
| ) |
const |
|
inlineprotected |
◆ kind_
| const Kind v8::internal::torque::TypeBase::kind_ |
|
private |
The documentation for this class was generated from the following file: