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

#include <maglev-ir.h>

Collaboration diagram for v8::internal::maglev::DeoptFrame::InterpretedFrameData:

Public Attributes

const MaglevCompilationUnitunit
 
const CompactInterpreterFrameStateframe_state
 
ValueNodeclosure
 
const BytecodeOffset bytecode_position
 
const SourcePosition source_position
 

Detailed Description

Definition at line 1322 of file maglev-ir.h.

Member Data Documentation

◆ bytecode_position

const BytecodeOffset v8::internal::maglev::DeoptFrame::InterpretedFrameData::bytecode_position

Definition at line 1326 of file maglev-ir.h.

◆ closure

ValueNode* v8::internal::maglev::DeoptFrame::InterpretedFrameData::closure

Definition at line 1325 of file maglev-ir.h.

◆ frame_state

const CompactInterpreterFrameState* v8::internal::maglev::DeoptFrame::InterpretedFrameData::frame_state

Definition at line 1324 of file maglev-ir.h.

◆ source_position

const SourcePosition v8::internal::maglev::DeoptFrame::InterpretedFrameData::source_position

Definition at line 1327 of file maglev-ir.h.

◆ unit

const MaglevCompilationUnit& v8::internal::maglev::DeoptFrame::InterpretedFrameData::unit

Definition at line 1323 of file maglev-ir.h.


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