具体

 
hook toString方法
Function.prototype.toString = function () { return `function ${this.name}() { [native code] }` }