Skip to main content

StackTrace

interface Runtime.StackTrace

Call frames for assertions or error messages.

Properties Jump to heading

optional
Jump to headingdescription: string | undefined

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.

optional
Jump to headingparent: StackTrace | undefined

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

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

Back to top