Searched refs:QueueItem (Results 1 – 2 of 2) sorted by relevance
4367 this.queue.push(new QueueItem(promise, onFulfilled, onRejected));4372 function QueueItem(promise, onFulfilled, onRejected) { class in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d053004383 QueueItem.prototype.callFulfilled = function (value) { class4386 QueueItem.prototype.otherCallFulfilled = function (value) {4389 QueueItem.prototype.callRejected = function (value) {4392 QueueItem.prototype.otherCallRejected = function (value) {
55293 this.queue.push(new QueueItem(promise, onFulfilled, onRejected));55299 function QueueItem(promise, onFulfilled, onRejected) {55313 QueueItem.prototype.callFulfilled = function (value) {55317 QueueItem.prototype.otherCallFulfilled = function (value) {55321 QueueItem.prototype.callRejected = function (value) {55325 QueueItem.prototype.otherCallRejected = function (value) {