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

Usage in Deno

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

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

Type

CallArgument[] | undefined