Searched defs:Promise (Results 1 – 8 of 8) sorted by relevance
84 var Promise = function() { class
463 Promise.prototype.then = function(onResolved, onRejected) { class
241 base.Promise = function() {}; class
255 function Promise() { class
192 var Promise = function (init) {}; class
38 var $Promise = function Promise(resolver) { class
56 var whitelist = {Promise: true, TypeError: true} property
471 Promise.prototype.catch = function(onCatch) {}; class