proxy-www icon indicating copy to clipboard operation
proxy-www copied to clipboard

请教

Open artiely opened this issue 3 years ago • 1 comments

if (typeof o === 'function') {
       return o.bind(target)
 }

什么情况下代码会走到这个条件分支?

artiely avatar Feb 24 '21 06:02 artiely

then(), toString() 等方法调用时

lilywang711 avatar Feb 24 '21 09:02 lilywang711