(it)
| 1289 | && Promise.resolve(test = new Promise(function(){})) == test |
| 1290 | || function(asap, RECORD){ |
| 1291 | function isThenable(it){ |
| 1292 | var then; |
| 1293 | if(isObject(it))then = it.then; |
| 1294 | return isFunction(then) ? then : false; |
| 1295 | } |
| 1296 | function handledRejectionOrHasOnRejected(promise){ |
| 1297 | var record = promise[RECORD] |
| 1298 | , chain = record.c |
no test coverage detected