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

Public Attributes

const compiler::LoopInfoloop_info
 
const LoopEffectsloop_effects
 

Detailed Description

Definition at line 1112 of file maglev-interpreter-frame-state.h.

Member Data Documentation

◆ loop_effects

const LoopEffects* v8::internal::maglev::MergePointInterpreterFrameState::LoopMetadata::loop_effects

Definition at line 1114 of file maglev-interpreter-frame-state.h.

◆ loop_info

const compiler::LoopInfo* v8::internal::maglev::MergePointInterpreterFrameState::LoopMetadata::loop_info

Definition at line 1113 of file maglev-interpreter-frame-state.h.


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