* Creates a new function that, when called, invokes `func` with the `this` * binding of `thisArg` and the arguments (value, index, object). * * @private * @param {Function} func The function to bind. * @param {Mixed} [thisArg] The `this` binding of `func`. * @returns {Function} Ret
(func, thisArg)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected