![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <maglev-ir.h>
Public Attributes | |
const MaglevCompilationUnit & | unit |
const CompactInterpreterFrameState * | frame_state |
ValueNode * | closure |
const BytecodeOffset | bytecode_position |
const SourcePosition | source_position |
Definition at line 1322 of file maglev-ir.h.
const BytecodeOffset v8::internal::maglev::DeoptFrame::InterpretedFrameData::bytecode_position |
Definition at line 1326 of file maglev-ir.h.
ValueNode* v8::internal::maglev::DeoptFrame::InterpretedFrameData::closure |
Definition at line 1325 of file maglev-ir.h.
const CompactInterpreterFrameState* v8::internal::maglev::DeoptFrame::InterpretedFrameData::frame_state |
Definition at line 1324 of file maglev-ir.h.
const SourcePosition v8::internal::maglev::DeoptFrame::InterpretedFrameData::source_position |
Definition at line 1327 of file maglev-ir.h.
const MaglevCompilationUnit& v8::internal::maglev::DeoptFrame::InterpretedFrameData::unit |
Definition at line 1323 of file maglev-ir.h.