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

#include <ast.h>

Inheritance diagram for v8::internal::TryStatement:
Collaboration diagram for v8::internal::TryStatement:

Public Member Functions

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
 

Protected Member Functions

 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)
 

Private Attributes

Blocktry_block_
 

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 Attributes inherited from v8::internal::AstNode
uint32_t bit_field_
 

Detailed Description

Definition at line 786 of file ast.h.

Constructor & Destructor Documentation

◆ TryStatement()

v8::internal::TryStatement::TryStatement ( Block * try_block,
int pos,
NodeType type )
inlineprotected

Definition at line 792 of file ast.h.

Member Function Documentation

◆ set_try_block()

void v8::internal::TryStatement::set_try_block ( Block * b)
inline

Definition at line 789 of file ast.h.

◆ try_block()

Block * v8::internal::TryStatement::try_block ( ) const
inline

Definition at line 788 of file ast.h.

Here is the caller graph for this function:

Member Data Documentation

◆ try_block_

Block* v8::internal::TryStatement::try_block_
private

Definition at line 796 of file ast.h.


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