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