![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <maglev-ir.h>
Private Member Functions | |
InlinedArgumentsFrameData & | data () |
const InlinedArgumentsFrameData & | data () const |
Additional Inherited Members | |
![]() | |
enum class | FrameType { kInterpretedFrame , kInlinedArgumentsFrame , kConstructInvokeStubFrame , kBuiltinContinuationFrame } |
using | FrameData |
![]() | |
DeoptFrame (InterpretedFrameData &&data, DeoptFrame *parent) | |
DeoptFrame (InlinedArgumentsFrameData &&data, DeoptFrame *parent) | |
DeoptFrame (ConstructInvokeStubFrameData &&data, DeoptFrame *parent) | |
DeoptFrame (BuiltinContinuationFrameData &&data, DeoptFrame *parent) | |
![]() | |
FrameData | data_ |
DeoptFrame *const | parent_ |
Definition at line 1437 of file maglev-ir.h.
|
inline |
Definition at line 1439 of file maglev-ir.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
Definition at line 1455 of file maglev-ir.h.
|
inlineprivate |
|
inline |