V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
DECLARE_DECLARABLE_BOILERPLATE (NamespaceConstant, constant) | |
const std::string & | constant_name () const |
Expression * | body () |
std::string | ExternalAssemblerName () const |
Public Member Functions inherited from v8::internal::torque::Value | |
DECLARE_DECLARABLE_BOILERPLATE (Value, value) | |
const std::string & | name () const |
virtual bool | IsConst () const |
VisitResult | value () const |
const Type * | type () const |
void | set_value (VisitResult value) |
Public Member Functions inherited from v8::internal::torque::Declarable | |
Kind | kind () const |
bool | IsNamespace () const |
bool | IsMacro () const |
bool | IsIntrinsic () const |
bool | IsBuiltin () const |
bool | IsRuntimeFunction () const |
bool | IsGeneric () const |
bool | IsTypeAlias () const |
bool | IsExternConstant () const |
bool | IsNamespaceConstant () const |
bool | IsValue () const |
bool | IsScope () const |
bool | IsCallable () const |
virtual const char * | type_name () const |
Scope * | ParentScope () const |
const SourcePosition & | pos () const |
Friends | |
class | Declarations |
Additional Inherited Members | |
Public Types inherited from v8::internal::torque::Declarable | |
enum | Kind { kNamespace, kMacro, kBuiltin, kRuntimeFunction, kIntrinsic, kGeneric, kTypeAlias, kExternConstant, kNamespaceConstant } |
Protected Member Functions inherited from v8::internal::torque::Value | |
Value (Kind kind, const Type *type, const std::string &name) | |
Protected Member Functions inherited from v8::internal::torque::Declarable | |
Declarable (Kind kind) | |
Definition at line 201 of file declarable.h.