Calls the function with the specified object as the this value and the elements of specified array as the arguments.
The function to call.
The object to be used as the this object.
An array of argument values to be passed to the function.
Calls the function with the specified object as the this value and the elements of specified array as the arguments.