#include <declarable.h>
|
enum | Kind {
kNamespace
, kTorqueMacro
, kExternMacro
, kMethod
,
kBuiltin
, kRuntimeFunction
, kIntrinsic
, kGenericCallable
,
kGenericType
, kTypeAlias
, kExternConstant
, kNamespaceConstant
} |
|
| Declarable (Kind kind) |
|
Definition at line 217 of file declarable.h.
◆ Namespace()
v8::internal::torque::Namespace::Namespace |
( |
const std::string & | name | ) |
|
|
inlineexplicit |
◆ IsDefaultNamespace()
bool v8::internal::torque::Namespace::IsDefaultNamespace |
( |
| ) |
const |
◆ IsTestNamespace()
bool v8::internal::torque::Namespace::IsTestNamespace |
( |
| ) |
const |
◆ name()
const std::string & v8::internal::torque::Namespace::name |
( |
| ) |
const |
|
inline |
◆ name_
std::string v8::internal::torque::Namespace::name_ |
|
private |
The documentation for this class was generated from the following files: