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

#include <ast.h>

Inheritance diagram for v8::internal::TryFinallyStatement:
Collaboration diagram for v8::internal::TryFinallyStatement:

Public Member Functions

Blockfinally_block () const
 
void set_finally_block (Block *b)
 
- Public Member Functions inherited from v8::internal::TryStatement
Blocktry_block () const
 
void set_try_block (Block *b)
 
- 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

 TryFinallyStatement (Block *try_block, Block *finally_block, int pos)
 

Private Attributes

friend Zone
 
Blockfinally_block_
 

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::TryStatement
 TryStatement (Block *try_block, int pos, NodeType type)
 
- 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 884 of file ast.h.

Constructor & Destructor Documentation

◆ TryFinallyStatement()

v8::internal::TryFinallyStatement::TryFinallyStatement ( Block * try_block,
Block * finally_block,
int pos )
inlineprivate

Definition at line 893 of file ast.h.

Member Function Documentation

◆ finally_block()

Block * v8::internal::TryFinallyStatement::finally_block ( ) const
inline

Definition at line 886 of file ast.h.

◆ set_finally_block()

void v8::internal::TryFinallyStatement::set_finally_block ( Block * b)
inline

Definition at line 887 of file ast.h.

Friends And Related Symbol Documentation

◆ AstNodeFactory

friend class AstNodeFactory
friend

Definition at line 890 of file ast.h.

Member Data Documentation

◆ finally_block_

Block* v8::internal::TryFinallyStatement::finally_block_
private

Definition at line 897 of file ast.h.

◆ Zone

friend v8::internal::TryFinallyStatement::Zone
private

Definition at line 891 of file ast.h.


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