Skip to main content
Runtime.StackTrace.parent - inspector/promises - Node documentation
property Runtime.StackTrace.parent

Usage in Deno

import { type Runtime } from "node:inspector/promises";

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

Type

StackTrace | undefined