interface Runtime.StackTrace
Call frames for assertions or error messages.
Properties #
#description: string | undefined
optional
String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
JavaScript function name.
#parent: StackTrace | undefined
optional
Asynchronous JavaScript stack trace that preceded this stack, if available.
#parentId: StackTraceId | undefined
optional
Asynchronous JavaScript stack trace that preceded this stack, if available.