v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT > Class Template Reference

#include <assembler.h>

Collaboration diagram for v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >:

Public Member Functions

 CatchScopeImpl (AssemblerT &assembler, Block *catch_block)
 
 ~CatchScopeImpl ()
 
CatchScopeImploperator= (const CatchScopeImpl &)=delete
 
 CatchScopeImpl (const CatchScopeImpl &)=delete
 
CatchScopeImploperator= (CatchScopeImpl &&)=delete
 
 CatchScopeImpl (CatchScopeImpl &&)=delete
 

Private Attributes

AssemblerT & assembler_
 
Blockprevious_catch_block_
 

Friends

template<class Reducers >
class Assembler
 

Detailed Description

template<class AssemblerT>
class v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >

Definition at line 5686 of file assembler.h.

Constructor & Destructor Documentation

◆ CatchScopeImpl() [1/3]

template<class AssemblerT >
v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >::CatchScopeImpl ( AssemblerT & assembler,
Block * catch_block )
inline

Definition at line 5688 of file assembler.h.

◆ ~CatchScopeImpl()

template<class AssemblerT >
v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >::~CatchScopeImpl ( )
inline

Definition at line 5697 of file assembler.h.

◆ CatchScopeImpl() [2/3]

template<class AssemblerT >
v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >::CatchScopeImpl ( const CatchScopeImpl< AssemblerT > & )
delete

◆ CatchScopeImpl() [3/3]

template<class AssemblerT >
v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >::CatchScopeImpl ( CatchScopeImpl< AssemblerT > && )
delete

Member Function Documentation

◆ operator=() [1/2]

template<class AssemblerT >
CatchScopeImpl & v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >::operator= ( CatchScopeImpl< AssemblerT > && )
delete

◆ operator=() [2/2]

template<class AssemblerT >
CatchScopeImpl & v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >::operator= ( const CatchScopeImpl< AssemblerT > & )
delete

Friends And Related Symbol Documentation

◆ Assembler

template<class AssemblerT >
template<class Reducers >
friend class Assembler
friend

Definition at line 5715 of file assembler.h.

Member Data Documentation

◆ assembler_

template<class AssemblerT >
AssemblerT& v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >::assembler_
private

Definition at line 5708 of file assembler.h.

◆ previous_catch_block_

template<class AssemblerT >
Block* v8::internal::compiler::turboshaft::CatchScopeImpl< AssemblerT >::previous_catch_block_
private

Definition at line 5709 of file assembler.h.


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