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

#include <frames.h>

Collaboration diagram for v8::internal::StackHandler:

Public Member Functions

Address address () const
 
StackHandlernext () const
 
Address next_address () const
 

Static Public Member Functions

static StackHandlerFromAddress (Address address)
 

Private Member Functions

 DISALLOW_IMPLICIT_CONSTRUCTORS (StackHandler)
 

Detailed Description

Definition at line 96 of file frames.h.

Member Function Documentation

◆ address()

Address v8::internal::StackHandler::address ( ) const
inline

Definition at line 54 of file frames-inl.h.

Here is the caller graph for this function:

◆ DISALLOW_IMPLICIT_CONSTRUCTORS()

v8::internal::StackHandler::DISALLOW_IMPLICIT_CONSTRUCTORS ( StackHandler )
private

◆ FromAddress()

StackHandler * v8::internal::StackHandler::FromAddress ( Address address)
inlinestatic

Definition at line 67 of file frames-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ next()

StackHandler * v8::internal::StackHandler::next ( ) const
inline

Definition at line 58 of file frames-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ next_address()

Address v8::internal::StackHandler::next_address ( ) const
inline

Definition at line 63 of file frames-inl.h.

Here is the call graph for this function:

The documentation for this class was generated from the following files: