Calls the function with the specified object as the this value and the elements of specified array as the arguments.
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
targetfunction with the given object as thethisvalue and the elements of given array as the arguments. (Shorthand for Reflect.apply)