#include <declarable.h>
|
enum | Kind {
kNamespace
, kTorqueMacro
, kExternMacro
, kMethod
,
kBuiltin
, kRuntimeFunction
, kIntrinsic
, kGenericCallable
,
kGenericType
, kTypeAlias
, kExternConstant
, kNamespaceConstant
} |
|
| Declarable (Kind kind) |
|
Definition at line 172 of file declarable.h.
◆ Scope()
◆ AddDeclarable()
T * v8::internal::torque::Scope::AddDeclarable |
( |
const std::string & | name, |
|
|
T * | declarable ) |
|
inline |
◆ GetSpecializationRequester()
◆ Lookup()
◆ LookupShallow()
◆ SetSpecializationRequester()
◆ declarations_
std::unordered_map<std::string, std::vector<Declarable*> > v8::internal::torque::Scope::declarations_ |
|
private |
◆ requester_
The documentation for this class was generated from the following files: