class Protocol::Runtime::StackTrace

Overview

Call frames for assertions or error messages.

Included Modules

Defined in:

protocol/runtime.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def call_frames : Array(CallFrame) #

JavaScript function name.


[View source]
def description : String | Nil #

String label of this stack trace. For async traces this may be a name of the function that initiated the async call.


[View source]
def parent : StackTrace | Nil #

Asynchronous JavaScript stack trace that preceded this stack, if available.


[View source]
def parent_id : StackTraceId | Nil #

Asynchronous JavaScript stack trace that preceded this stack, if available.


[View source]