V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::DebugStackTraceIterator Class Referencefinal
Inheritance diagram for v8::internal::DebugStackTraceIterator:
v8::debug::StackTraceIterator

Public Member Functions

 DebugStackTraceIterator (Isolate *isolate, int index)
 
bool Done () const override
 
void Advance () override
 
int GetContextId () const override
 
v8::MaybeLocal< v8::ValueGetReceiver () const override
 
v8::Local< v8::ValueGetReturnValue () const override
 
v8::Local< v8::StringGetFunctionDebugName () const override
 
v8::Local< v8::debug::ScriptGetScript () const override
 
debug::Location GetSourceLocation () const override
 
v8::Local< v8::FunctionGetFunction () const override
 
std::unique_ptr< v8::debug::ScopeIteratorGetScopeIterator () const override
 
bool Restart () override
 
v8::MaybeLocal< v8::ValueEvaluate (v8::Local< v8::String > source, bool throw_on_side_effect) override
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::debug::StackTraceIterator
static std::unique_ptr< StackTraceIteratorCreate (Isolate *isolate, int index=0)
 

Detailed Description

Definition at line 15 of file debug-stack-trace-iterator.h.


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