|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <maglev-graph-builder.h>
| Public Member Functions | |
| BytecodeJumpTarget (int jump_target_offset, int fallthrough_offset) | |
| Public Attributes | |
| int | jump_target_offset | 
| int | fallthrough_offset | 
| PatchAccumulatorInBranchScope * | patch_accumulator_scope | 
Definition at line 2879 of file maglev-graph-builder.h.
| 
 | inline | 
Definition at line 2880 of file maglev-graph-builder.h.
| int v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::BytecodeJumpTarget::fallthrough_offset | 
Definition at line 2885 of file maglev-graph-builder.h.
| int v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::BytecodeJumpTarget::jump_target_offset | 
Definition at line 2884 of file maglev-graph-builder.h.
| PatchAccumulatorInBranchScope* v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::BytecodeJumpTarget::patch_accumulator_scope | 
Definition at line 2886 of file maglev-graph-builder.h.