property Runtime.StackTrace.description Usage in Deno```typescript import { type Runtime } from "node:node__inspector.d.ts"; ``` String label of this stack trace. For async traces this may be a name of the function that initiated the async call. Type string | undefined