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

Public Member Functions

 StackHandlerIterator (const StackFrame *frame, StackHandler *handler)
 
StackHandlerhandler () const
 
bool done ()
 
void Advance ()
 

Private Attributes

const Address limit_
 
StackHandlerhandler_
 

Detailed Description

Definition at line 77 of file frames.cc.

Constructor & Destructor Documentation

◆ StackHandlerIterator()

v8::internal::StackHandlerIterator::StackHandlerIterator ( const StackFrame * frame,
StackHandler * handler )
inline

Definition at line 79 of file frames.cc.

Here is the call graph for this function:

Member Function Documentation

◆ Advance()

void v8::internal::StackHandlerIterator::Advance ( )
inline

Definition at line 117 of file frames.cc.

Here is the call graph for this function:

◆ done()

bool v8::internal::StackHandlerIterator::done ( )
inline

Definition at line 116 of file frames.cc.

Here is the caller graph for this function:

◆ handler()

StackHandler * v8::internal::StackHandlerIterator::handler ( ) const
inline

Definition at line 114 of file frames.cc.

Member Data Documentation

◆ handler_

StackHandler* v8::internal::StackHandlerIterator::handler_
private

Definition at line 129 of file frames.cc.

◆ limit_

const Address v8::internal::StackHandlerIterator::limit_
private

Definition at line 126 of file frames.cc.


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