* Creates a new promise, linked to parent, whose fate is determined * by resolver. * @param {function} resolver function(resolve, reject, notify) * @param {Promise?} status promise from which the new promise is begotten * @returns {Promise} promise whose fate is determine by resolver * @pr
(resolver, status)
source not stored for this graph (policy: none)
no test coverage detected