|
V8 Project
|
#include <frames.h>
Inheritance diagram for v8::internal::StackTraceFrameIterator:
Collaboration diagram for v8::internal::StackTraceFrameIterator:Public Member Functions | |
| StackTraceFrameIterator (Isolate *isolate) | |
| void | Advance () |
Private Member Functions | |
| bool | IsValidFrame () |
|
explicit |
Definition at line 167 of file frames.cc.
References Advance(), and IsValidFrame().
Here is the call graph for this function:| void v8::internal::StackTraceFrameIterator::Advance | ( | ) |
Definition at line 173 of file frames.cc.
References IsValidFrame().
Referenced by v8::internal::AllocationTracker::AllocationEvent(), v8::internal::Isolate::CaptureCurrentStackTrace(), v8::internal::Isolate::PrintCurrentStackTrace(), and StackTraceFrameIterator().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 182 of file frames.cc.
References v8::internal::Script::TYPE_NATIVE.
Referenced by Advance(), and StackTraceFrameIterator().
Here is the caller graph for this function: