Version: v12.4 Platform:Darwin Kernel Version 18.6.0 my issue code is quite simple: ```js Function.prototype.bind = function () { console.log(1) } const fn = function () {} fn.bind() ```  it works well in chrome, I don't know if it'a a feature or bug in nodejs thanks