![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <maglev-graph-builder.h>
Public Attributes | |
BasicBlockRef * | ref = nullptr |
bool | exception_handler_was_used = false |
int | deopt_frame_distance = 0 |
Definition at line 178 of file maglev-graph-builder.h.
int v8::internal::maglev::CatchBlockDetails::deopt_frame_distance = 0 |
Definition at line 181 of file maglev-graph-builder.h.
bool v8::internal::maglev::CatchBlockDetails::exception_handler_was_used = false |
Definition at line 180 of file maglev-graph-builder.h.
BasicBlockRef* v8::internal::maglev::CatchBlockDetails::ref = nullptr |
Definition at line 179 of file maglev-graph-builder.h.