ReadonlyargsReadonlydataThe dataflow processor information at the point of the function call.
Optional Readonlyforcewhich of the arguments should be forced? this may be all, e.g., if the function itself is unknown on encounter
Optional ReadonlyhasDoes the call have a side effect that we do not know a lot about which may have further consequences?
Optional Readonlymarkwhich arguments are to be marked as EdgeType#NonStandardEvaluation|non-standard-evaluation?
ReadonlynameThe name of the function being called.
ReadonlyoriginThe origin to use for the function being called.
Optional Readonlypatchallows passing a data processor in-between each argument
Optional Readonlyreverseshould arguments be processed from right to left? This does not affect the order recorded in the call but of the environments
ReadonlyrootThe node ID to use for the function call vertex.
The arguments to the function call.