$17 GRAYBYTE WORDPRESS FILE MANAGER $49

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/lib/node_modules/npm/node_modules/bluebird/js/release/

HOME
Current File : /lib/node_modules/npm/node_modules/bluebird/js/release//timers.js
"use strict";
module.exports = function(Promise, INTERNAL, debug) {
var util = require("./util");
var TimeoutError = Promise.TimeoutError;

function HandleWrapper(handle)  {
    this.handle = handle;
}

HandleWrapper.prototype._resultCancelled = function() {
    clearTimeout(this.handle);
};

var afterValue = function(value) { return delay(+this).thenReturn(value); };
var delay = Promise.delay = function (ms, value) {
    var ret;
    var handle;
    if (value !== undefined) {
        ret = Promise.resolve(value)
                ._then(afterValue, null, null, ms, undefined);
        if (debug.cancellation() && value instanceof Promise) {
            ret._setOnCancel(value);
        }
    } else {
        ret = new Promise(INTERNAL);
        handle = setTimeout(function() { ret._fulfill(); }, +ms);
        if (debug.cancellation()) {
            ret._setOnCancel(new HandleWrapper(handle));
        }
        ret._captureStackTrace();
    }
    ret._setAsyncGuaranteed();
    return ret;
};

Promise.prototype.delay = function (ms) {
    return delay(ms, this);
};

var afterTimeout = function (promise, message, parent) {
    var err;
    if (typeof message !== "string") {
        if (message instanceof Error) {
            err = message;
        } else {
            err = new TimeoutError("operation timed out");
        }
    } else {
        err = new TimeoutError(message);
    }
    util.markAsOriginatingFromRejection(err);
    promise._attachExtraTrace(err);
    promise._reject(err);

    if (parent != null) {
        parent.cancel();
    }
};

function successClear(value) {
    clearTimeout(this.handle);
    return value;
}

function failureClear(reason) {
    clearTimeout(this.handle);
    throw reason;
}

Promise.prototype.timeout = function (ms, message) {
    ms = +ms;
    var ret, parent;

    var handleWrapper = new HandleWrapper(setTimeout(function timeoutTimeout() {
        if (ret.isPending()) {
            afterTimeout(ret, message, parent);
        }
    }, ms));

    if (debug.cancellation()) {
        parent = this.then();
        ret = parent._then(successClear, failureClear,
                            undefined, handleWrapper, undefined);
        ret._setOnCancel(handleWrapper);
    } else {
        ret = this._then(successClear, failureClear,
                            undefined, handleWrapper, undefined);
    }

    return ret;
};

};

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
31 Aug 2024 8.02 AM
root / root
0755
any.js
0.411 KB
10 Mar 2021 9.36 PM
root / root
0644
assert.js
1.614 KB
10 Mar 2021 9.36 PM
root / root
0644
async.js
4.05 KB
10 Mar 2021 9.36 PM
root / root
0644
bind.js
1.924 KB
10 Mar 2021 9.36 PM
root / root
0644
bluebird.js
0.284 KB
10 Mar 2021 9.36 PM
root / root
0644
call_get.js
4.253 KB
10 Mar 2021 9.36 PM
root / root
0644
cancel.js
3.62 KB
10 Mar 2021 9.36 PM
root / root
0644
catch_filter.js
1.393 KB
10 Mar 2021 9.36 PM
root / root
0644
context.js
2.326 KB
10 Mar 2021 9.36 PM
root / root
0644
debuggability.js
29.63 KB
10 Mar 2021 9.36 PM
root / root
0644
direct_resolve.js
1.362 KB
10 Mar 2021 9.36 PM
root / root
0644
each.js
0.771 KB
10 Mar 2021 9.36 PM
root / root
0644
errors.js
3.63 KB
10 Mar 2021 9.36 PM
root / root
0644
es5.js
1.932 KB
10 Mar 2021 9.36 PM
root / root
0644
filter.js
0.307 KB
10 Mar 2021 9.36 PM
root / root
0644
finally.js
4.505 KB
10 Mar 2021 9.36 PM
root / root
0644
generators.js
7.579 KB
10 Mar 2021 9.36 PM
root / root
0644
join.js
8.025 KB
10 Mar 2021 9.36 PM
root / root
0644
map.js
5.251 KB
10 Mar 2021 9.36 PM
root / root
0644
method.js
1.727 KB
10 Mar 2021 9.36 PM
root / root
0644
nodeback.js
1.523 KB
10 Mar 2021 9.36 PM
root / root
0644
nodeify.js
1.608 KB
10 Mar 2021 9.36 PM
root / root
0644
promise.js
25.591 KB
10 Mar 2021 9.36 PM
root / root
0644
promise_array.js
5.084 KB
10 Mar 2021 9.36 PM
root / root
0644
promisify.js
11.896 KB
10 Mar 2021 9.36 PM
root / root
0644
props.js
3.044 KB
10 Mar 2021 9.36 PM
root / root
0644
queue.js
1.829 KB
10 Mar 2021 9.36 PM
root / root
0644
race.js
1.221 KB
10 Mar 2021 9.36 PM
root / root
0644
reduce.js
5.006 KB
10 Mar 2021 9.36 PM
root / root
0644
schedule.js
2.098 KB
10 Mar 2021 9.36 PM
root / root
0644
settle.js
1.233 KB
10 Mar 2021 9.36 PM
root / root
0644
some.js
3.866 KB
10 Mar 2021 9.36 PM
root / root
0644
synchronous_inspection.js
2.747 KB
10 Mar 2021 9.36 PM
root / root
0644
thenables.js
2.081 KB
10 Mar 2021 9.36 PM
root / root
0644
timers.js
2.339 KB
10 Mar 2021 9.36 PM
root / root
0644
using.js
7.349 KB
10 Mar 2021 9.36 PM
root / root
0644
util.js
10.279 KB
10 Mar 2021 9.36 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF