![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <frames.h>
Protected Member Functions | |
ExitFrame (StackFrameIteratorBase *iterator) | |
![]() | |
TypedFrame (StackFrameIteratorBase *iterator) | |
![]() | |
CommonFrame (StackFrameIteratorBase *iterator) | |
bool | HasTaggedOutgoingParams (Tagged< GcSafeCode > code_lookup) const |
Address | caller_fp () const |
Address | caller_pc () const |
void | IterateExpressions (RootVisitor *v) const |
void | IterateTurbofanJSOptimizedFrame (RootVisitor *v) const |
virtual Address | GetExpressionAddress (int n) const |
![]() | |
StackFrame (StackFrameIteratorBase *iterator) | |
Private Member Functions | |
void | ComputeCallerState (State *state) const override |
Friends | |
class | StackFrameIteratorBase |
Additional Inherited Members | |
![]() | |
enum | Type { NO_FRAME_TYPE = 0 , STACK_FRAME_TYPE_LIST =(DECLARE_TYPE) NUMBER_OF_TYPES , MANUAL } |
enum | JsFrameMarker { INNER_JSENTRY_FRAME = (0 << kSmiTagSize) | kSmiTag , OUTERMOST_JSENTRY_FRAME = (1 << kSmiTagSize) | kSmiTag } |
enum | PrintMode { OVERVIEW , DETAILS } |
![]() | |
const StackFrameIteratorBase *const | iterator_ |
|
inlineexplicitprotected |
Definition at line 137 of file frames-inl.h.
|
inlinestatic |
|
overrideprivatevirtual |
Reimplemented from v8::internal::CommonFrame.
Definition at line 1122 of file frames.cc.
|
static |
|
static |
|
overridevirtual |
Implements v8::internal::StackFrame.
Definition at line 1135 of file frames.cc.
|
inlineoverridevirtual |
Implements v8::internal::StackFrame.
Definition at line 904 of file frames.h.
|
friend |