Bun

interface

inspector.Runtime.StackTrace

interface StackTrace

Call frames for assertions or error messages.

  • callFrames: CallFrame[]

    JavaScript function name.

  • description?: string

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

  • parent?: StackTrace

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

  • parentId?: StackTraceId

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