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.
CallArgument[] | undefined