V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
SafeStackFrameIterator (Isolate *isolate, Address fp, Address sp, Address js_entry_sp) | |
StackFrame * | frame () const |
void | Advance () |
StackFrame::Type | top_frame_type () const |
Public Member Functions inherited from v8::internal::StackFrameIteratorBase | |
Isolate * | isolate () const |
bool | done () const |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::StackFrameIteratorBase | |
StackFrameIteratorBase (Isolate *isolate, bool can_access_heap_objects) | |
StackHandler * | handler () const |
StackFrame * | SingletonFor (StackFrame::Type type, StackFrame::State *state) |
StackFrame * | SingletonFor (StackFrame::Type type) |
Protected Attributes inherited from v8::internal::StackFrameIteratorBase | |
Isolate * | isolate_ |
StackFrame * | frame_ |
StackHandler * | handler_ |
const bool | can_access_heap_objects_ |