property Runtime.CallFunctionOnParameterType.silent Usage in Denoimport { type Runtime } from "node:inspector"; In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state. Type boolean | undefined