![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <assembler.h>
Public Member Functions | |
| CatchScopeImpl (AssemblerT &assembler, Block *catch_block) | |
| ~CatchScopeImpl () | |
| CatchScopeImpl & | operator= (const CatchScopeImpl &)=delete |
| CatchScopeImpl (const CatchScopeImpl &)=delete | |
| CatchScopeImpl & | operator= (CatchScopeImpl &&)=delete |
| CatchScopeImpl (CatchScopeImpl &&)=delete | |
Private Attributes | |
| AssemblerT & | assembler_ |
| Block * | previous_catch_block_ |
Friends | |
| template<class Reducers > | |
| class | Assembler |
Definition at line 5686 of file assembler.h.
|
inline |
Definition at line 5688 of file assembler.h.
|
inline |
Definition at line 5697 of file assembler.h.
|
delete |
|
delete |
|
delete |
|
delete |
Definition at line 5715 of file assembler.h.
|
private |
Definition at line 5708 of file assembler.h.
|
private |
Definition at line 5709 of file assembler.h.