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

#include <ast.h>

Inheritance diagram for v8::internal::WithStatement:
Collaboration diagram for v8::internal::WithStatement:

Public Member Functions

Scopescope ()
 
Expressionexpression () const
 
Statementstatement () const
 
void set_statement (Statement *s)
 
- 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
 

Private Member Functions

 WithStatement (Scope *scope, Expression *expression, Statement *statement, int pos)
 

Private Attributes

friend Zone
 
Scopescope_
 
Expressionexpression_
 
Statementstatement_
 

Friends

class AstNodeFactory
 

Additional Inherited Members

- Public Types inherited from v8::internal::AstNode
enum  NodeType : uint8_t
 
- Protected Types inherited from v8::internal::AstNode
template<class T , int size>
using NextBitField = NodeTypeField::Next<T, size>
 
- Protected Member Functions inherited from v8::internal::Statement
 Statement (int position, NodeType type)
 
- Protected Member Functions inherited from v8::internal::AstNode
 AstNode (int position, NodeType type)
 
- Protected Attributes inherited from v8::internal::AstNode
uint32_t bit_field_
 

Detailed Description

Definition at line 689 of file ast.h.

Constructor & Destructor Documentation

◆ WithStatement()

v8::internal::WithStatement::WithStatement ( Scope * scope,
Expression * expression,
Statement * statement,
int pos )
inlineprivate

Definition at line 700 of file ast.h.

Member Function Documentation

◆ expression()

Expression * v8::internal::WithStatement::expression ( ) const
inline

Definition at line 692 of file ast.h.

◆ scope()

Scope * v8::internal::WithStatement::scope ( )
inline

Definition at line 691 of file ast.h.

◆ set_statement()

void v8::internal::WithStatement::set_statement ( Statement * s)
inline

Definition at line 694 of file ast.h.

◆ statement()

Statement * v8::internal::WithStatement::statement ( ) const
inline

Definition at line 693 of file ast.h.

Friends And Related Symbol Documentation

◆ AstNodeFactory

friend class AstNodeFactory
friend

Definition at line 697 of file ast.h.

Member Data Documentation

◆ expression_

Expression* v8::internal::WithStatement::expression_
private

Definition at line 708 of file ast.h.

◆ scope_

Scope* v8::internal::WithStatement::scope_
private

Definition at line 707 of file ast.h.

◆ statement_

Statement* v8::internal::WithStatement::statement_
private

Definition at line 709 of file ast.h.

◆ Zone

friend v8::internal::WithStatement::Zone
private

Definition at line 698 of file ast.h.


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