#include <types.h>
Definition at line 832 of file types.h.
◆ VisitResult() [1/3]
v8::internal::torque::VisitResult::VisitResult |
( |
| ) |
|
|
default |
◆ VisitResult() [2/3]
v8::internal::torque::VisitResult::VisitResult |
( |
const Type * | type, |
|
|
const std::string & | constexpr_value ) |
|
inline |
◆ VisitResult() [3/3]
v8::internal::torque::VisitResult::VisitResult |
( |
const Type * | type, |
|
|
StackRange | stack_range ) |
|
inline |
◆ constexpr_value()
const std::string & v8::internal::torque::VisitResult::constexpr_value |
( |
| ) |
const |
|
inline |
◆ IsOnStack()
bool v8::internal::torque::VisitResult::IsOnStack |
( |
| ) |
const |
|
inline |
◆ NeverResult()
VisitResult v8::internal::torque::VisitResult::NeverResult |
( |
| ) |
|
|
static |
◆ operator==()
bool v8::internal::torque::VisitResult::operator== |
( |
const VisitResult & | other | ) |
const |
|
inline |
◆ SetType()
void v8::internal::torque::VisitResult::SetType |
( |
const Type * | new_type | ) |
|
|
inline |
◆ stack_range()
const StackRange & v8::internal::torque::VisitResult::stack_range |
( |
| ) |
const |
|
inline |
◆ TopTypeResult()
VisitResult v8::internal::torque::VisitResult::TopTypeResult |
( |
std::string | top_reason, |
|
|
const Type * | from_type ) |
|
static |
◆ type()
const Type * v8::internal::torque::VisitResult::type |
( |
| ) |
const |
|
inline |
◆ constexpr_value_
std::optional<std::string> v8::internal::torque::VisitResult::constexpr_value_ |
|
private |
◆ stack_range_
std::optional<StackRange> v8::internal::torque::VisitResult::stack_range_ |
|
private |
◆ type_
const Type* v8::internal::torque::VisitResult::type_ = nullptr |
|
private |
The documentation for this class was generated from the following files: