* Binds a function to an object. The returned function will always use the * passed in obj as this. * * Example: * * g = bind(f, obj, a, b) * g(c, d) // will do f.call(obj, a, b, c, d) * * @param {Function} f The function to bind the object to * @param
(f, obj, var_args)
source not stored for this graph (policy: none)