![]() |
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 BytecodeOffset | bytecode_position |
| ValueNode * | closure |
| const base::Vector< ValueNode * > | arguments |
Definition at line 1330 of file maglev-ir.h.
| const base::Vector<ValueNode*> v8::internal::maglev::DeoptFrame::InlinedArgumentsFrameData::arguments |
Definition at line 1334 of file maglev-ir.h.
| const BytecodeOffset v8::internal::maglev::DeoptFrame::InlinedArgumentsFrameData::bytecode_position |
Definition at line 1332 of file maglev-ir.h.
| ValueNode* v8::internal::maglev::DeoptFrame::InlinedArgumentsFrameData::closure |
Definition at line 1333 of file maglev-ir.h.
| const MaglevCompilationUnit& v8::internal::maglev::DeoptFrame::InlinedArgumentsFrameData::unit |
Definition at line 1331 of file maglev-ir.h.