Lines Matching defs:promise

255 function AsyncSettlePromises(promise) {  argument
287 Async.prototype.settlePromises = function(promise) { argument
373 promise: ret, property in Promise.bind.context
623 function catchFilter(instances, cb, promise) { argument
828 Promise.prototype._warn = function(message, shouldUseOwnTrace, promise) { argument
947 function generatePromiseLifecycleEventObject(name, promise) { argument
957 promiseChained: function(name, promise, child) { argument
963 unhandledRejection: function (name, reason, promise) { argument
1165 function checkForgottenReturns(returnValue, promiseCreated, name, promise, argument
1219 function warn(message, shouldUseOwnTrace, promise) { argument
1346 function fireRejectionEvent(name, localHandler, reason, promise) { argument
1968 function PassThroughHandlerContext(promise, type, handler) { argument
2228 PromiseSpawn.prototype.promise = function () { method in PromiseSpawn
2622 function nodebackForPromise(promise, multiArgs) { argument
3085 promise, argument
3198 handler, receiver, value, promise argument
3239 Promise.prototype._setFollowee = function(promise) { argument
3243 Promise.prototype._settlePromise = function(promise, handler, receiver, value) { argument
3511 PromiseArray.prototype.promise = function () { method in PromiseArray
4063 var raceLater = function (promise) { argument
4543 function PromiseInspection(promise) { argument
4773 var afterTimeout = function (promise, message, parent) { argument
4880 function Disposer(data, promise, context) { argument
4890 Disposer.prototype.promise = function () { method in Disposer
4919 function FunctionDisposer(fn, promise, context) { argument