Skip to main content
Runtime.PropertyDescriptor.wasThrown - inspector/promises - Node documentation
property Runtime.PropertyDescriptor.wasThrown

Usage in Deno

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

True if the result was thrown during the evaluation.

Type

boolean | undefined