v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Declaration Class Reference

#include <ast.h>

Inheritance diagram for v8::internal::Declaration:
Collaboration diagram for v8::internal::Declaration:

Public Types

using List = base::ThreadedList<Declaration>
 
- Public Types inherited from v8::internal::AstNode
enum  NodeType : uint8_t
 

Public Member Functions

Variablevar () const
 
void set_var (Variable *var)
 
- Public Member Functions inherited from v8::internal::AstNode
NodeType node_type () const
 
int position () const
 
IterationStatementAsIterationStatement ()
 
MaterializedLiteralAsMaterializedLiteral ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Protected Member Functions

 Declaration (int pos, NodeType type)
 
- Protected Member Functions inherited from v8::internal::AstNode
 AstNode (int position, NodeType type)
 

Private Member Functions

Declaration ** next ()
 

Private Attributes

Variablevar_
 
Declarationnext_
 
friend List
 

Additional Inherited Members

- Protected Types inherited from v8::internal::AstNode
template<class T , int size>
using NextBitField = NodeTypeField::Next<T, size>
 
- Protected Attributes inherited from v8::internal::AstNode
uint32_t bit_field_
 

Detailed Description

Definition at line 371 of file ast.h.

Member Typedef Documentation

◆ List

Constructor & Destructor Documentation

◆ Declaration()

v8::internal::Declaration::Declaration ( int pos,
NodeType type )
inlineprotected

Definition at line 379 of file ast.h.

Member Function Documentation

◆ next()

Declaration ** v8::internal::Declaration::next ( )
inlineprivate

Definition at line 384 of file ast.h.

◆ set_var()

void v8::internal::Declaration::set_var ( Variable * var)
inline

Definition at line 376 of file ast.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ var()

Variable * v8::internal::Declaration::var ( ) const
inline

Definition at line 375 of file ast.h.

Here is the caller graph for this function:

Member Data Documentation

◆ List

Definition at line 386 of file ast.h.

◆ next_

Declaration* v8::internal::Declaration::next_
private

Definition at line 385 of file ast.h.

◆ var_

Variable* v8::internal::Declaration::var_
private

Definition at line 382 of file ast.h.


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