In the Node source code, I found a spot where Function.prototype.bind() is called directly rather than doing something like customFunc.bind(). Here
Function.prototype.bind()
customFunc.bind()