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

#include <ast.h>

Inheritance diagram for v8::internal::SloppyBlockFunctionStatement:
Collaboration diagram for v8::internal::SloppyBlockFunctionStatement:

Public Member Functions

Statementstatement () const
 
void set_statement (Statement *statement)
 
Scopescope () const
 
Variablevar () const
 
Token::Value init () const
 
const AstRawStringname () const
 
SloppyBlockFunctionStatement ** next ()
 
- 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 Types

using TokenField = Statement::NextBitField<Token::Value, 8>
 

Private Member Functions

 SloppyBlockFunctionStatement (int pos, Variable *var, Token::Value init, Statement *statement)
 

Private Attributes

friend Zone
 
Variablevar_
 
Statementstatement_
 
SloppyBlockFunctionStatementnext_
 

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 922 of file ast.h.

Member Typedef Documentation

◆ TokenField

Constructor & Destructor Documentation

◆ SloppyBlockFunctionStatement()

v8::internal::SloppyBlockFunctionStatement::SloppyBlockFunctionStatement ( int pos,
Variable * var,
Token::Value init,
Statement * statement )
inlineprivate

Definition at line 938 of file ast.h.

Here is the call graph for this function:

Member Function Documentation

◆ init()

Token::Value v8::internal::SloppyBlockFunctionStatement::init ( ) const
inline

Definition at line 928 of file ast.h.

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

◆ name()

const AstRawString * v8::internal::SloppyBlockFunctionStatement::name ( ) const
inline

Definition at line 929 of file ast.h.

Here is the call graph for this function:

◆ next()

SloppyBlockFunctionStatement ** v8::internal::SloppyBlockFunctionStatement::next ( )
inline

Definition at line 930 of file ast.h.

◆ scope()

Scope * v8::internal::SloppyBlockFunctionStatement::scope ( ) const
inline

Definition at line 926 of file ast.h.

Here is the call graph for this function:

◆ set_statement()

void v8::internal::SloppyBlockFunctionStatement::set_statement ( Statement * statement)
inline

Definition at line 925 of file ast.h.

Here is the call graph for this function:

◆ statement()

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

Definition at line 924 of file ast.h.

Here is the caller graph for this function:

◆ var()

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

Definition at line 927 of file ast.h.

Friends And Related Symbol Documentation

◆ AstNodeFactory

friend class AstNodeFactory
friend

Definition at line 933 of file ast.h.

Member Data Documentation

◆ next_

SloppyBlockFunctionStatement* v8::internal::SloppyBlockFunctionStatement::next_
private

Definition at line 949 of file ast.h.

◆ statement_

Statement* v8::internal::SloppyBlockFunctionStatement::statement_
private

Definition at line 948 of file ast.h.

◆ var_

Variable* v8::internal::SloppyBlockFunctionStatement::var_
private

Definition at line 947 of file ast.h.

◆ Zone

friend v8::internal::SloppyBlockFunctionStatement::Zone
private

Definition at line 934 of file ast.h.


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