Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.
method
util.CustomPromisifyLegacy.apply
@param thisArg
The object to be used as the this object.
@param argArray
A set of arguments to be passed to the function.