![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <frames.h>
Static Public Member Functions | |
static BuiltinContinuationFrame * | cast (StackFrame *frame) |
![]() | |
static InternalFrame * | cast (StackFrame *frame) |
![]() | |
static CommonFrame * | cast (StackFrame *frame) |
![]() | |
static constexpr int32_t | TypeToMarker (Type type) |
static constexpr Type | MarkerToType (intptr_t marker) |
static constexpr bool | IsTypeMarker (uintptr_t function_or_marker) |
static bool | IsJavaScript (Type t) |
static Address | unauthenticated_pc (Address *pc_address) |
static Address | maybe_unauthenticated_pc (Address *pc_address) |
static void | SetReturnAddressLocationResolver (ReturnAddressLocationResolver resolver) |
static Address | ReadPC (Address *pc_address) |
static Address * | ResolveReturnAddressLocation (Address *pc_address) |
Protected Member Functions | |
BuiltinContinuationFrame (StackFrameIteratorBase *iterator) | |
![]() | |
InternalFrame (StackFrameIteratorBase *iterator) | |
![]() | |
TypedFrame (StackFrameIteratorBase *iterator) | |
![]() | |
CommonFrame (StackFrameIteratorBase *iterator) | |
bool | HasTaggedOutgoingParams (Tagged< GcSafeCode > code_lookup) const |
void | ComputeCallerState (State *state) const override |
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) | |
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 375 of file frames-inl.h.
|
inlinestatic |
|
inlineoverridevirtual |
Implements v8::internal::StackFrame.
|
friend |