(it)
| 2675 | return S != undefined ? S : C; |
| 2676 | }; |
| 2677 | var isThenable = function(it){ |
| 2678 | var then; |
| 2679 | return isObject(it) && typeof (then = it.then) == 'function' ? then : false; |
| 2680 | }; |
| 2681 | var notify = function(record, isReject){ |
| 2682 | if(record.n)return; |
| 2683 | record.n = true; |