V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
StackFrameIterator (Isolate *isolate) | |
StackFrameIterator (Isolate *isolate, ThreadLocalTop *t) | |
StackFrame * | frame () const |
void | Advance () |
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_ |