这个只有原生bind才有这福利
var fn1 = function(){} var a = {} var b = fn1.bind(a) console.log(b.name) // "bound bn1"
因此判定函数名是否匹配/^boundsw+/就行了