Skip to main content
Runtime.StackTrace - node__inspector.d.ts - Node documentation
interface Runtime.StackTrace

Usage in Deno

```typescript import { Runtime } from "node:node__inspector.d.ts"; ```
Call frames for assertions or error messages.

Properties

optional
description: 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
parent: StackTrace | undefined
Asynchronous JavaScript stack trace that preceded this stack, if available.
optional
parentId: StackTraceId | undefined
Asynchronous JavaScript stack trace that preceded this stack, if available.