v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SafeStackFrameIterator Class Reference

#include <frames.h>

Inheritance diagram for SafeStackFrameIterator:
Collaboration diagram for SafeStackFrameIterator:

Public Member Functions

 SafeStackFrameIterator (Isolate *isolate, Address fp, Address sp, Address js_entry_sp)
 
StackFrameframe () const
 
void Advance ()
 
StackFrame::Type top_frame_type () const
 

Detailed Description

Definition at line 914 of file frames.h.

Constructor & Destructor Documentation

Member Function Documentation

void Advance ( )

Definition at line 350 of file frames.cc.

References ASSERT, and v8::internal::NULL.

Referenced by TickSample::Init(), and SafeStackFrameIterator::SafeStackFrameIterator().

StackFrame * frame ( ) const
inline

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

References ASSERT.

Referenced by TickSample::Init().

StackFrame::Type top_frame_type ( ) const
inline

Definition at line 923 of file frames.h.

Referenced by TickSample::Init().


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