V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8_inspector::AsyncStackTrace Class Reference

Public Member Functions

std::unique_ptr< protocol::Runtime::StackTrace > buildInspectorObject (V8Debugger *debugger, int maxAsyncDepth) const
 
void setSuspendedTaskId (void *task)
 
void * suspendedTaskId () const
 
int contextGroupId () const
 
const String16description () const
 
std::weak_ptr< AsyncStackTraceparent () const
 
bool isEmpty () const
 
const V8StackTraceIdexternalParent () const
 
const std::vector< std::shared_ptr< StackFrame > > & frames () const
 

Static Public Member Functions

static std::shared_ptr< AsyncStackTracecapture (V8Debugger *, int contextGroupId, const String16 &description, int maxStackSize)
 
static uintptr_t store (V8Debugger *debugger, std::shared_ptr< AsyncStackTrace > stack)
 

Detailed Description

Definition at line 113 of file v8-stack-trace-impl.h.


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