V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8_inspector::V8StackTraceImpl Class Reference
Inheritance diagram for v8_inspector::V8StackTraceImpl:
v8_inspector::V8StackTrace

Public Member Functions

std::unique_ptr< protocol::Runtime::StackTrace > buildInspectorObjectImpl (V8Debugger *debugger) const
 
std::unique_ptr< protocol::Runtime::StackTrace > buildInspectorObjectImpl (V8Debugger *debugger, int maxAsyncDepth) const
 
std::unique_ptr< V8StackTraceclone () override
 
StringView firstNonEmptySourceURL () const override
 
bool isEmpty () const override
 
StringView topSourceURL () const override
 
int topLineNumber () const override
 
int topColumnNumber () const override
 
StringView topScriptId () const override
 
StringView topFunctionName () const override
 
std::unique_ptr< protocol::Runtime::API::StackTrace > buildInspectorObject () const override
 
std::unique_ptr< StringBuffertoString () const override
 
bool isEqualIgnoringTopFrame (V8StackTraceImpl *stackTrace) const
 

Static Public Member Functions

static void setCaptureStackTraceForUncaughtExceptions (v8::Isolate *, bool capture)
 
static std::unique_ptr< V8StackTraceImplcreate (V8Debugger *, int contextGroupId, v8::Local< v8::StackTrace >, int maxStackSize)
 
static std::unique_ptr< V8StackTraceImplcapture (V8Debugger *, int contextGroupId, int maxStackSize)
 

Static Public Attributes

static int maxCallStackSizeToCapture = 200
 

Detailed Description

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


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