V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::torque::Namespace Class Reference
Inheritance diagram for v8::internal::torque::Namespace:
v8::internal::torque::Scope v8::internal::torque::Declarable

Public Member Functions

 DECLARE_DECLARABLE_BOILERPLATE (Namespace, namespace)
 
 Namespace (const std::string &name)
 
const std::string & name () const
 
std::string ExternalName () const
 
std::ostream & source_stream ()
 
std::ostream & header_stream ()
 
std::string source ()
 
std::string header ()
 
- Public Member Functions inherited from v8::internal::torque::Scope
 DECLARE_DECLARABLE_BOILERPLATE (Scope, scope)
 
 Scope (Declarable::Kind kind)
 
std::vector< Declarable * > LookupShallow (const QualifiedName &name)
 
std::vector< Declarable * > Lookup (const QualifiedName &name)
 
template<class T >
TAddDeclarable (const std::string &name, T *declarable)
 
- 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 chartype_name () const
 
ScopeParentScope () const
 
const SourcePositionpos () const
 

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::Declarable
 Declarable (Kind kind)
 

Detailed Description

Definition at line 148 of file declarable.h.


The documentation for this class was generated from the following file: