![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
DebugStackTraceIterator (Isolate *isolate, int index) | |
bool | Done () const override |
void | Advance () override |
int | GetContextId () const override |
v8::MaybeLocal< v8::Value > | GetReceiver () const override |
v8::Local< v8::Value > | GetReturnValue () const override |
v8::Local< v8::String > | GetFunctionDebugName () const override |
v8::Local< v8::debug::Script > | GetScript () const override |
debug::Location | GetSourceLocation () const override |
v8::Local< v8::Function > | GetFunction () const override |
std::unique_ptr< v8::debug::ScopeIterator > | GetScopeIterator () const override |
bool | Restart () override |
v8::MaybeLocal< v8::Value > | Evaluate (v8::Local< v8::String > source, bool throw_on_side_effect) override |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< StackTraceIterator > | Create (Isolate *isolate, int index=0) |
Definition at line 15 of file debug-stack-trace-iterator.h.