property Runtime.StackTrace.parent
Usage in Deno
```typescript import { type Runtime } from "node:node__inspector.d.ts"; ```Asynchronous JavaScript stack trace that preceded this stack, if available.
StackTrace | undefined