#include <declarable.h>
|
enum | Kind {
kNamespace
, kTorqueMacro
, kExternMacro
, kMethod
,
kBuiltin
, kRuntimeFunction
, kIntrinsic
, kGenericCallable
,
kGenericType
, kTypeAlias
, kExternConstant
, kNamespaceConstant
} |
|
Definition at line 240 of file declarable.h.
◆ Value()
◆ IsConst()
virtual bool v8::internal::torque::Value::IsConst |
( |
| ) |
const |
|
inlinevirtual |
◆ name()
const Identifier * v8::internal::torque::Value::name |
( |
| ) |
const |
|
inline |
◆ set_value()
void v8::internal::torque::Value::set_value |
( |
VisitResult | value | ) |
|
|
inline |
◆ type()
const Type * v8::internal::torque::Value::type |
( |
| ) |
const |
|
inline |
◆ value()
VisitResult v8::internal::torque::Value::value |
( |
| ) |
const |
|
inline |
◆ name_
◆ type_
const Type* v8::internal::torque::Value::type_ |
|
private |
◆ value_
std::optional<VisitResult> v8::internal::torque::Value::value_ |
|
private |
The documentation for this class was generated from the following file: