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

#include <maglev-graph-builder.h>

Collaboration diagram for v8::internal::maglev::CatchBlockDetails:

Public Attributes

BasicBlockRefref = nullptr
 
bool exception_handler_was_used = false
 
int deopt_frame_distance = 0
 

Detailed Description

Definition at line 178 of file maglev-graph-builder.h.

Member Data Documentation

◆ deopt_frame_distance

int v8::internal::maglev::CatchBlockDetails::deopt_frame_distance = 0

Definition at line 181 of file maglev-graph-builder.h.

◆ exception_handler_was_used

bool v8::internal::maglev::CatchBlockDetails::exception_handler_was_used = false

Definition at line 180 of file maglev-graph-builder.h.

◆ ref

BasicBlockRef* v8::internal::maglev::CatchBlockDetails::ref = nullptr

Definition at line 179 of file maglev-graph-builder.h.


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