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

#include <maglev-ir.h>

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

Public Attributes

const MaglevCompilationUnitunit
 
const BytecodeOffset bytecode_position
 
ValueNodeclosure
 
const base::Vector< ValueNode * > arguments
 

Detailed Description

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

Member Data Documentation

◆ arguments

const base::Vector<ValueNode*> v8::internal::maglev::DeoptFrame::InlinedArgumentsFrameData::arguments

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

◆ bytecode_position

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

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

◆ closure

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

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

◆ unit

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

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


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