(obj)
| 8817 | } |
| 8818 | |
| 8819 | function getThen(obj) { |
| 8820 | try { |
| 8821 | return doGetThen(obj); |
| 8822 | } catch (e) { |
| 8823 | errorObj.e = e; |
| 8824 | return errorObj; |
| 8825 | } |
| 8826 | } |
| 8827 | |
| 8828 | var hasProp = {}.hasOwnProperty; |
| 8829 | function isAnyBluebirdPromise(obj) { |
no test coverage detected