![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Types | |
using | TryFunction = VoidGenerator0 |
using | CatchFunction = std::function<void(TNode<Object>)> |
Public Member Functions | |
TryCatchBuilder0 (JSCallReducerAssembler *gasm, const TryFunction &try_body) | |
void | Catch (const CatchFunction &catch_body) |
Private Attributes | |
JSCallReducerAssembler *const | gasm_ |
const VoidGenerator0 | try_body_ |
Definition at line 182 of file js-call-reducer.cc.
using v8::internal::compiler::JSCallReducerAssembler::TryCatchBuilder0::CatchFunction = std::function<void(TNode<Object>)> |
Definition at line 185 of file js-call-reducer.cc.
using v8::internal::compiler::JSCallReducerAssembler::TryCatchBuilder0::TryFunction = VoidGenerator0 |
Definition at line 184 of file js-call-reducer.cc.
|
inline |
Definition at line 187 of file js-call-reducer.cc.
|
inline |
|
private |
Definition at line 218 of file js-call-reducer.cc.
|
private |
Definition at line 219 of file js-call-reducer.cc.