Skip to main content
Runtime.CallFunctionOnParameterType.arguments - inspector/promises - Node documentation
property Runtime.CallFunctionOnParameterType.arguments

Usage in Deno

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

Call arguments. All call arguments must belong to the same JavaScript world as the target object.

Type

CallArgument[] | undefined