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

#include <frames.h>

Collaboration diagram for v8::internal::JavaScriptStackFrameIterator:

Public Member Functions

 JavaScriptStackFrameIterator (Isolate *isolate)
 
 JavaScriptStackFrameIterator (Isolate *isolate, ThreadLocalTop *top)
 
JavaScriptFrameframe () const
 
JavaScriptFrameReframe ()
 
bool done () const
 
V8_EXPORT_PRIVATE void Advance ()
 

Private Attributes

StackFrameIterator iterator_
 

Detailed Description

Definition at line 1750 of file frames.h.

Constructor & Destructor Documentation

◆ JavaScriptStackFrameIterator() [1/2]

v8::internal::JavaScriptStackFrameIterator::JavaScriptStackFrameIterator ( Isolate * isolate)
inlineexplicit

Definition at line 1752 of file frames.h.

Here is the call graph for this function:

◆ JavaScriptStackFrameIterator() [2/2]

v8::internal::JavaScriptStackFrameIterator::JavaScriptStackFrameIterator ( Isolate * isolate,
ThreadLocalTop * top )
inline

Definition at line 1755 of file frames.h.

Here is the call graph for this function:

Member Function Documentation

◆ Advance()

void v8::internal::JavaScriptStackFrameIterator::Advance ( )

Definition at line 341 of file frames.cc.

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

◆ done()

bool v8::internal::JavaScriptStackFrameIterator::done ( ) const
inline

Definition at line 1766 of file frames.h.

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

◆ frame()

JavaScriptFrame * v8::internal::JavaScriptStackFrameIterator::frame ( ) const
inline

Definition at line 1760 of file frames.h.

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

◆ Reframe()

JavaScriptFrame * v8::internal::JavaScriptStackFrameIterator::Reframe ( )
inline

Definition at line 1763 of file frames.h.

Here is the call graph for this function:

Member Data Documentation

◆ iterator_

StackFrameIterator v8::internal::JavaScriptStackFrameIterator::iterator_
private

Definition at line 1771 of file frames.h.


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