The indexer of this expression's arguments that should be used to build array for invoke.
Implementations must fulfil the following requirement: for any argument symbol x
and its value y
, indexer.indexOf(x) == arguments.indexOf(y)
if arguments
is the array passed to invoke.