class Protocol::Runtime::StackTrace
- Protocol::Runtime::StackTrace
- Reference
- Object
Overview
Call frames for assertions or error messages.
Included Modules
- JSON::Serializable
Defined in:
protocol/runtime.crConstructors
Instance Method Summary
-
#call_frames : Array(CallFrame)
JavaScript function name.
-
#description : String | Nil
String label of this stack trace.
-
#parent : StackTrace | Nil
Asynchronous JavaScript stack trace that preceded this stack, if available.
-
#parent_id : StackTraceId | Nil
Asynchronous JavaScript stack trace that preceded this stack, if available.
Constructor Detail
Instance Method Detail
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.
def parent : StackTrace | Nil
#
Asynchronous JavaScript stack trace that preceded this stack, if available.
def parent_id : StackTraceId | Nil
#
Asynchronous JavaScript stack trace that preceded this stack, if available.