StackTrace

sealed external interface StackTrace(source)

Call frames for assertions or error messages.

Properties

Link copied to clipboard

JavaScript function name.

Link copied to clipboard
abstract var description: String?

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

Link copied to clipboard
abstract var parent: StackTrace?

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

Link copied to clipboard
abstract var parentId: StackTraceId?

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