V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::VariableDeclaration Class Reference
Inheritance diagram for v8::internal::VariableDeclaration:
v8::internal::Declaration v8::internal::AstNode v8::internal::ZoneObject v8::internal::NestedVariableDeclaration

Public Member Functions

NestedVariableDeclarationAsNested ()
 
- Public Member Functions inherited from v8::internal::Declaration
VariableProxyproxy () const
 
- Public Member Functions inherited from v8::internal::AstNode
void * operator new (size_t size, Zone *zone)
 
NodeType node_type () const
 
int position () const
 
BreakableStatementAsBreakableStatement ()
 
IterationStatementAsIterationStatement ()
 
MaterializedLiteralAsMaterializedLiteral ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Protected Member Functions

 VariableDeclaration (VariableProxy *proxy, int pos, bool is_nested=false)
 
- Protected Member Functions inherited from v8::internal::Declaration
 Declaration (VariableProxy *proxy, int pos, NodeType type)
 
- Protected Member Functions inherited from v8::internal::AstNode
 AstNode (int position, NodeType type)
 

Static Protected Attributes

static const uint8_t kNextBitFieldIndex = IsNestedField::kNext
 
- Static Protected Attributes inherited from v8::internal::AstNode
static const uint8_t kNextBitFieldIndex = NodeTypeField::kNext
 

Friends

class AstNodeFactory
 

Additional Inherited Members

- Public Types inherited from v8::internal::Declaration
typedef base::ThreadedList< DeclarationList
 
- Public Types inherited from v8::internal::AstNode
enum  NodeType : uint8_t { AST_NODE_LIST =(DECLARE_TYPE_ENUM) }
 
- Protected Attributes inherited from v8::internal::AstNode
uint32_t bit_field_
 

Detailed Description

Definition at line 448 of file ast.h.


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