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

Usage in Deno

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

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

Type

StackTrace | undefined