property Runtime.CallFunctionOnParameterType.arguments
Usage in Deno
```typescript import { type Runtime } from "node:node__inspector.d.ts"; ```Call arguments. All call arguments must belong to the same JavaScript world as the target object.
CallArgument[] | undefined